summaryrefslogtreecommitdiff
path: root/test/dialect/postgresql
Commit message (Expand)AuthorAgeFilesLines
* minipg supportpr/143Hajime Nakagami2014-10-162-1/+11
* - use provide_metadata for new unique constraint / index testsMike Bayer2014-10-041-23/+51
* Reflect unique constraints when reflecting a Table objectJohannes Erdfelt2014-09-171-2/+35
* - repair get_foreign_table_names() for PGInsp/dialect levelpr128Mike Bayer2014-09-171-3/+22
* - the actual round trip requires password authent set up for the user;Mike Bayer2014-09-171-25/+7
* - break out and fix tests for materialized view and foreign tables. foreign ...Mike Bayer2014-09-161-72/+86
* Merge remote-tracking branch 'origin/pr/128' into pr128Mike Bayer2014-09-161-1/+101
|\
| * Added documentation. Changed my mind - added get_foreign_table_names() only t...pr/128Rodrigo Menezes2014-09-051-0/+6
| * Fixing some pep8s and adding get_foreign_tables.Rodrigo Menezes2014-09-031-6/+11
| * Merge branch 'master' of https://github.com/zzzeek/sqlalchemy into feature/po...Rodrigo Menezes2014-08-261-0/+84
| |\
| * | Removed all mentions to postgresql_relkindRodrigo Menezes2014-08-261-22/+11
| * | Merge branch 'master' of https://github.com/rclmenezes/sqlalchemyRodrigo Menezes2014-08-141-0/+66
| |\ \
| * | | Added support for postgres_relkind.Rodrigo Menezes2014-08-141-1/+101
* | | | - The :func:`~.expression.column` and :func:`~.expression.table`Mike Bayer2014-09-011-2/+2
| |_|/ |/| |
* | | - pep8 formatting for pg table opts feature, testsMike Bayer2014-08-231-22/+73
* | | Correcting options name from withoids to with_oidsMalik Diarra2014-08-171-3/+3
* | | quoting tablespace name in create table command in postgresql dialectMalik Diarra2014-08-171-0/+5
* | | Adding oids and on_commit table optionsMalik Diarra2014-08-171-0/+22
* | | Adding a tablespace options for postgresql create tableMalik Diarra2014-08-171-0/+6
| |/ |/|
* | - public method name is get_enums()Mike Bayer2014-08-131-12/+57
* | Public inspector method to load enum listpr/126Ilya Pekelny2014-08-081-0/+21
|/
* -Fixed bug where Postgresql JSON type was not able to persist orMike Bayer2014-08-071-5/+98
* - The exception wrapping system for DBAPI errors can now accommodateMike Bayer2014-07-291-0/+10
* - add support for tags, including include/exclude support.Mike Bayer2014-07-272-2/+2
* - Fixed bug in :class:`.postgresql.array` object where comparisonMike Bayer2014-07-252-0/+29
* - flake8 all of test/dialect/postgresqlMike Bayer2014-07-255-758/+995
* - add postgresql_regconfig argument to PG dialect for match() operator,jonathan vanasco2014-07-081-0/+81
* jsonb support for <@, ?| and ?& added.pr/101Damian Dimmich2014-07-011-0/+19
* it's OK to pass a dict in - it does the right thing, no need to quote itDamian Dimmich2014-06-281-1/+1
* minor cleanup of the jsonb - had extraneous operators that where copiedDamian Dimmich2014-06-281-1/+15
* and tests for JSONB - as this is a superset of JSON i've subclassedDamian Dimmich2014-06-281-1/+15
* - Added a new type :class:`.postgresql.OID` to the Postgresql dialect.Mike Bayer2014-06-201-0/+13
* Merge branch 'master' of https://github.com/tlocke/sqlalchemy into tlocke-masterMike Bayer2014-05-302-64/+53
|\
| * PEP 8 tidy of pg8000 dialect and postgresql/test_dialect.pypr/88Tony Locke2014-05-221-50/+40
| * Autocommit isolation level for postgresql+pg8000Tony Locke2014-05-221-7/+13
| * pg8000 now passes test_extract() testTony Locke2014-05-211-1/+0
| * Two tests now work for pg800 in EnumTestTony Locke2014-05-211-6/+0
* | - Added the ``hashable=False`` flag to the PG :class:`.HSTORE` type, whichMike Bayer2014-05-251-0/+15
|/
* - changelog for #2785Mike Bayer2014-05-161-29/+15
* zero_indexes-param-for-postgresql-ARRAY-typeAlexey Terentev2014-05-131-0/+53
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-263-3/+3
* - Fixed regression caused by release 0.8.5 / 0.9.3's compatibilityMike Bayer2014-03-251-1/+1
* pytest calls all the descriptors. and we can't call this one unconditionallyMike Bayer2014-03-041-7/+6
* - Support has been added for pytest to run tests. This runnerMike Bayer2014-03-032-0/+2
* - Support has been improved for Postgresql reflection behavior on very oldMike Bayer2014-02-184-7/+12
* - Added :paramref:`.MetaData.reflect.**dialect_kwargs`Mike Bayer2014-02-021-88/+175
* - rework the JSON expression system so that "astext" is called *after*Mike Bayer2013-12-271-7/+25
* - make the json serializer and deserializer per-dialect, so that we areMike Bayer2013-12-171-22/+69
* this test appears to be failing with pg 9.3, not sure how to restore itMike Bayer2013-12-171-1/+3
* - using AssertsCompiledSQL so need __dialect__Mike Bayer2013-12-171-0/+3