#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 Changed 16 years ago by
Owner: | changed from everyone to Nicklas Nordborg |
---|---|
Status: | new → assigned |
comment:2 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 16 years ago by
Note: See
TracTickets for help on using
tickets.
(In [4032]) Fixes #850: SQL for checking schema version in BASE 1 should be externalized