glance/glance/db/sqlalchemy
Abhishek Kekane 6e525647f6 Fix INSTR not supported for postgresql
Migration script 'train_migrate01_backend_to_store.py' doesn't support
INSTR function for postgresql database. INSTR function does support
sqlite3 and mysql.

Used 'POSITION' function instead of 'INSTR' function if database is
postgresql.
Closes-Bug: #1840898

Change-Id: I62c592f0885927b873ed35a1efe4a0f8407e7dee
2019-08-21 10:38:14 +00:00
..
alembic_migrations Fix INSTR not supported for postgresql 2019-08-21 10:38:14 +00:00
metadef_api Python 3: fix glance.tests.functional.db.test_sqlalchemy 2016-12-01 17:42:12 +01:00
migrate_repo Replace git.openstack.org URLs with opendev.org URLs 2019-04-28 09:26:48 +08:00
__init__.py Create 'simple' db driver 2012-06-07 09:20:50 -07:00
api.py Add new 'all' visibility filter for listing images 2019-02-25 10:34:01 +11:00
metadata.py Quiece 'invalid escape sequence' deprecation msg 2019-04-03 17:09:47 +02:00
models.py Multihash implementation for Glance 2018-07-31 21:28:38 -04:00
models_metadef.py Replace oslo_utils.timeutils 2015-12-10 10:53:46 +00:00