summaryrefslogtreecommitdiff
path: root/test/dialect/postgresql
Commit message (Expand)AuthorAgeFilesLines
* Add unit test for UUID arrays in PostgreSQL.pr/68Kevin Deldycke2014-02-061-0/+13
* - 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
* - Removed some now unneeded version checks [ticket:2829] courtesy alex gaynorMike Bayer2013-09-221-2/+0
* - replace most explicitly-named test objects called "Mock..." withMike Bayer2013-06-301-13/+8
* set UTC timezone on the connection here so we can get consistent resultsMike Bayer2013-06-291-6/+9
* The behavior of :func:`.extract` has been simplified on theMike Bayer2013-06-282-56/+161
* refactor test suites for postgresql, mssql, mysql into packages.Mike Bayer2013-06-286-0/+3672