Changes between Initial Version and Version 1 of Ticket #622
- Timestamp:
- Feb 3, 2014, 1:56:27 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #622 – Description
initial v1 3 3 rasdaman error 4000: Error: One or more of the target tiles are locked by another transaction. 4 4 }}} 5 This should not happen, tile locking should be simply disabled when the locking table is not present in RASBASE. 5 This should not happen, tile locking should be simply disabled when the locking table is not present in RASBASE. To reproduce: 6 {{{ 7 psql -d RASBASE 8 drop table RAS_LOCKEDTILES; 9 }}} 10 and then run any rasql query. 6 11 7 12 After `update_db.sh` rasql executes queries fine, however directql (in source:applications/directql) still fails with the same error.