[Sqlalchemy-commits] commit/sqlalchemy: 7 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-03-10 18:22:53
|
7 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/4a42bd5a2cba/ Changeset: 4a42bd5a2cba Branch: None User: groner Date: 2015-01-26 19:48:23+00:00 Summary: Test for partial index support in sqlite dialects. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/30ce7e93f406/ Changeset: 30ce7e93f406 Branch: None User: groner Date: 2015-01-26 19:50:24+00:00 Summary: Partial index support with sqlite dialects. >From https://www.sqlite.org/partialindex.html > Partial indexes have been supported in SQLite since version 3.8.0. Reflection does not expose the predicate of partial indexes. The postgresql dialect does detect such indexes and issue a warning. I looked into matching this level of support, but the sqlite pragma index_info does not expose the predicate. Getting this data would probably require parsing the CREATE INDEX statement from sqlite_master. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/ddf35e2f04c5/ Changeset: ddf35e2f04c5 Branch: None User: zzzeek Date: 2015-03-10 18:12:58+00:00 Summary: Merge branch 'sqlite-partial-indexes' of https://bitbucket.org/groner/sqlalchemy into pr42 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/6ac0555eaa63/ Changeset: 6ac0555eaa63 Branch: None User: zzzeek Date: 2015-03-10 18:18:35+00:00 Summary: - changelog / doc for sqlite partial indexes Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/6b108eea5219/ Changeset: 6b108eea5219 Branch: None User: groner Date: 2015-03-10 18:19:18+00:00 Summary: Partial index support with sqlite dialects. >From https://www.sqlite.org/partialindex.html > Partial indexes have been supported in SQLite since version 3.8.0. Reflection does not expose the predicate of partial indexes. The postgresql dialect does detect such indexes and issue a warning. I looked into matching this level of support, but the sqlite pragma index_info does not expose the predicate. Getting this data would probably require parsing the CREATE INDEX statement from sqlite_master. (cherry picked from commit 30ce7e93f4068b00ced0db785fdd578dc8a45975) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/2f379e490d60/ Changeset: 2f379e490d60 Branch: None User: groner Date: 2015-03-10 18:20:43+00:00 Summary: Test for partial index support in sqlite dialects. (cherry picked from commit 4a42bd5a2cba23782df7b6f98cadb7382d22498e) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/d0881de1c480/ Changeset: d0881de1c480 Branch: None User: zzzeek Date: 2015-03-10 18:20:43+00:00 Summary: - changelog / doc for sqlite partial indexes (cherry picked from commit 6ac0555eaa6363ac9d0ad6566248dd294ad61d9e) Affected #: 2 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |