heat/heat/db/sqlalchemy
Ethan Lynn a53c73fc4a Using six.string_types for python3 compatible
For python3 compatible, using six.string_types instead of
basestring(). six.string_types represent basestring in
python2 and str in python3.

Change-Id: Ib4ba3d164f782601944023b99d6cc1ee2763ee85
2014-11-03 15:03:56 +08:00
..
migrate_repo Merge "Fix DB2 column 'id' autoincrement issue" 2014-10-21 18:47:07 +00:00
__init__.py Stub out the database access API 2012-03-29 18:02:16 +02:00
api.py Using six.string_types for python3 compatible 2014-11-03 15:03:56 +08:00
filters.py replace dict.iteritems() with six.iteritems(dict) 2014-08-06 10:56:09 +08:00
migration.py Migrate to oslo.db 2014-07-15 10:14:56 +02:00
models.py Revert "Hard delete backup stack after successful update." 2014-10-06 16:46:55 -04:00
mutable.py Remove vim header from files. 2014-03-04 08:51:56 -06:00
types.py Tolerate null on Json db load 2014-10-21 11:49:10 +13:00