[aur-dev] [PATCH] Fixes incorrect SQLs on generating dummy data.

Lukas Fleischer archlinux at cryptocrack.de
Wed Dec 10 15:49:08 UTC 2014


On Sun, 07 Dec 2014 at 08:19:04, Shinya Yamaoka wrote:
> The number of columns in the SQLs doesn't match the number of rows,
> so an error like below occurs:
> 
> ERROR 1136 (21S01) at line 50929: Column count doesn't match value count
> at row 1
> 
> Signed-off-by: Shinya Yamaoka <contact at mail.libmacro.com>
> ---
>  schema/gendummydata.py | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> [...]

Looks good to me at a glance. We should probably extend the script to
create architecture-specific depends/relations/sources as well, though.


More information about the aur-dev mailing list