fix generated columns in mutable columns for PostgreSQL

Fix https://github.com/go-jet/jet/issues/209.
This commit is contained in:
Cedric L'homme 2023-01-30 10:42:06 -05:00
parent ce3c622fa4
commit a4191b4953
6 changed files with 20 additions and 1 deletions

View file

@ -47,6 +47,7 @@ jet-gen-postgres:
jet -dsn=postgres://jet:jet@localhost:50901/jetdb?sslmode=disable -schema=chinook2 -path=./.gentestdata/
jet -dsn=postgres://jet:jet@localhost:50901/jetdb?sslmode=disable -schema=northwind -path=./.gentestdata/
jet -dsn=postgres://jet:jet@localhost:50901/jetdb?sslmode=disable -schema=test_sample -path=./.gentestdata/
jet -dsn=postgres://jet:jet@localhost:50901/jetdb?sslmode=disable -schema=test_generated -path=./.gentestdata/
jet-gen-mysql:
jet -source=mysql -dsn="jet:jet@tcp(localhost:50902)/dvds" -path=./.gentestdata/mysql