Commit Graph

15 Commits

Author SHA1 Message Date
Rijk van Zanten
fd99c2d3ef Merge pull request #3250 from nickrum/postgres-nullable-fix
Fix nullable property of Postgres schema overview
2020-11-30 18:32:36 -05:00
Nicola Krumschmidt
41ea26b143 Fix nullable property of Postgres schema overview 2020-12-01 00:18:57 +01:00
Nicola Krumschmidt
4428aebe92 Fix default value of SQLite schema overview
Fixes #3186
2020-12-01 00:06:05 +01:00
Samuli Asmala
ba4605752b Only select columns from BASE TABLEs to exclude views
Postgres views cannot have primary keys so presence of any views prevented the use of application. Fixes #3229.
2020-11-30 11:57:37 +02:00
rijkvanzanten
a9ffc40979 Fix schema not handling uppercases in PG
Fixes #3213
2020-11-27 19:31:25 -05:00
rijkvanzanten
0c0f0e443c Use PG current_database() instead of connection param 2020-11-10 17:53:41 -05:00
rijkvanzanten
f01e59707b Fix auto-increment in schema overview 2020-11-10 13:59:43 -05:00
rijkvanzanten
4d09f4a07e Add oracle/mssql 2020-11-09 18:50:08 -05:00
rijkvanzanten
64d34933d1 Add overview method for SQLite3 2020-11-09 18:37:00 -05:00
rijkvanzanten
56979b3ae3 Add overview support to mysql 2020-11-09 18:20:37 -05:00
rijkvanzanten
2b602c15e3 Small fixes 2020-11-09 17:20:42 -05:00
rijkvanzanten
8cbdfb409b Use prefetched schema info 2020-11-09 17:13:48 -05:00
rijkvanzanten
0697f4b4be Add new overview method, attach it every request 2020-11-09 15:19:23 -05:00
rijkvanzanten
528112314d Remove outdated tests, fix imports 2020-11-09 12:29:01 -05:00
rijkvanzanten
427bd8564e Include schema package 2020-11-09 11:21:43 -05:00