Bug: various int arrays are generated as types.Int64Array
which leads to out of range errors in tests
#1308
Labels
types.Int64Array
which leads to out of range errors in tests
#1308
What version of SQLBoiler are you using (
sqlboiler --version
)?SQLBoiler v4.15.0
(Actually I'm using the latest code frommaster
)What is your database and version (eg. Postgresql 10)
Postgres 15
If this happened at generation time what was the full SQLBoiler command you used to generate your models? (if not applicable leave blank)
sqlboiler psql --wipe --no-hooks --no-auto-timestamps --no-back-referencing
If this happened at runtime what code produced the issue? (if not applicable leave blank)
N/A
What is the output of the command above with the
-d
flag added to it? (Provided you are comfortable sharing this, it contains a blueprint of your schema)Please provide a relevant database schema so we can replicate your issue (Provided you are comfortable sharing this)
Further information. What did you do, what did you expect?
Looks like various types of int arrays are always generated as
types.Int64Array
:sqlboiler/drivers/sqlboiler-psql/driver/psql.go
Line 918 in 59e63d5
The text was updated successfully, but these errors were encountered: