You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What version of SQLBoiler are you using (sqlboiler --version)?
SQLBoiler v4.16.2
What is your database and version (eg. Postgresql 10)
sqlite3
If this happened at generation time what was the full SQLBoiler command you used to generate your models? (if not applicable leave blank)
sqlboiler sqlite3
Further information. What did you do, what did you expect?
I realize the sqlite3 driver's README states to use absolute paths, but this is rather inconvenient to run on multiple systems / for different users. Being able to specify a relative path would be greatly appreciated.
Specifying a relative path to a database file will result in the generated tests failing (no such table). If that's the expected outcome and intended behavior, rejecting relative paths would improve the experience for first time users of sqlboiler.
The text was updated successfully, but these errors were encountered:
What version of SQLBoiler are you using (
sqlboiler --version
)?SQLBoiler v4.16.2
What is your database and version (eg. Postgresql 10)
sqlite3
If this happened at generation time what was the full SQLBoiler command you used to generate your models? (if not applicable leave blank)
sqlboiler sqlite3
Further information. What did you do, what did you expect?
I realize the sqlite3 driver's README states to use absolute paths, but this is rather inconvenient to run on multiple systems / for different users. Being able to specify a relative path would be greatly appreciated.
Specifying a relative path to a database file will result in the generated tests failing (
no such table
). If that's the expected outcome and intended behavior, rejecting relative paths would improve the experience for first time users of sqlboiler.The text was updated successfully, but these errors were encountered: