#850 closed enhancement (fixed)
SQL for checking schema version in BASE 1 should be externalized
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | BASE 2.5 |
Component: | migrate | Version: | |
Keywords: | Cc: |
Description
See Migrater.java line 530. The hardcoded SQL statement should be externalized to migration-queries.sql just as all other SQL statements are.
The problem is that the query doesn't work on Postgres and there is no way to modify it without changing the code.
Change History (3)
comment:1 by , 17 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 by , 17 years ago
Note:
See TracTickets
for help on using tickets.
(In [4032]) Fixes #850: SQL for checking schema version in BASE 1 should be externalized