summaryrefslogtreecommitdiff
path: root/test/dialect/postgresql
Commit message (Expand)AuthorAgeFilesLines
* 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
* - 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
* - Fixed bug where values within an ENUM weren't escaped for singleMike Bayer2013-11-301-0/+16
* - add support for specifying tables or entities for "of"Mike Bayer2013-11-281-0/+7
* - fix up rendering of "of"Mike Bayer2013-11-281-0/+55
* - move this test to PG test_reflectionMike Bayer2013-10-252-79/+65
* Merge branch 'master' of github.com:ijl/sqlalchemy into merge_2183Mike Bayer2013-10-251-0/+81
|\
| * PostgreSQL foreign key inspection includes optionsijl2013-10-111-0/+81
* | - Removed a 128-character truncation from the reflection of theMike Bayer2013-10-181-0/+11
* | - Added support for rendering ``SMALLSERIAL`` when a :class:`.SmallInteger`Mike Bayer2013-10-151-7/+20
* | Parenthesis will be applied to a compound SQL expression asMike Bayer2013-10-121-1/+12
* | - Fixed bug in default compiler plus those of postgresql, mysql, andMike Bayer2013-10-121-0/+10
|/
* - put exact version string in the testMike Bayer2013-09-291-3/+2
* add test for upcoming pullreqMike Bayer2013-09-291-1/+6