summaryrefslogtreecommitdiff
path: root/test/dialect/postgresql
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * - 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
* | 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
|\ \ | |/
| * - 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
* | Added support for postgres_relkind.Rodrigo Menezes2014-08-141-1/+101
|/
* -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
* - rework JSON expressions to be based off __getitem__ exclusivelyMike Bayer2013-12-171-29/+78
* Merge branch 'issue_2581' of github.com:nathan-rice/sqlalchemy into pg_jsonMike Bayer2013-12-171-1/+190
|\
| * sqlalchemy/dialects/postgresql/pgjson:nathan2013-12-111-3/+37
| * sqlalchemy/dialects/postgresql/pgjson:nathan2013-12-101-1/+1
| * sqlalchemy/dialects/postgresql/__init__.py:nathan2013-12-091-1/+156
* | - round trip testMike Bayer2013-12-091-0/+11
* | Adds test to verify tsvector creation.Noufal Ibrahim2013-12-101-1/+2
|/
* - move additional enum compilation tests to postgresql/test_compiler.pyMike Bayer2013-11-302-26/+26