summaryrefslogtreecommitdiff
path: root/test/dialect
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Merge branch 'pr126'Mike Bayer2014-08-131-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
* | - add tests for the savepoint recipeMike Bayer2014-08-091-0/+78
* | - oursql doesn't pass this consistently, not sure what the issue isMike Bayer2014-08-081-6/+12
* | oursql seems to handle this? unclear, might be dependent on mysql versionMike Bayer2014-08-081-7/+1
|/
* -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
* - scale up for mysql, sqliteMike Bayer2014-07-261-59/+84
* - 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
* - Fixed bug in oracle dialect test suite where in one test,Mike Bayer2014-07-181-4/+5
* - determine the root cause of the mysqlconnector issue, reportMike Bayer2014-07-101-5/+4
* - mark tests failing for mysqlconnector, oursqlMike Bayer2014-07-101-3/+10
* - support __only_on__ and __backend__ at the same timeMike Bayer2014-07-091-6/+1
* - Changed the default value of "raise_on_warnings" to False forMike Bayer2014-07-094-3/+9
* - add postgresql_regconfig argument to PG dialect for match() operator,jonathan vanasco2014-07-081-0/+81
* Merge pull request #101 from ddimmich/mastermike bayer2014-07-071-2/+49
|\
| * 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
* | - add a test to confirm #3096, we definitely get a timedeltaMike Bayer2014-06-251-0/+10
|/
* - fix test failuresMike Bayer2014-06-211-2/+2
* - Added a new type :class:`.postgresql.OID` to the Postgresql dialect.Mike Bayer2014-06-201-0/+13
* - Fixed bug where column names added to ``mysql_length`` parameterMike Bayer2014-06-181-0/+33
* 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
* | - repair oracle compilation for new limit/offset system.Mike Bayer2014-05-241-15/+22
* | - more tests, including backend testsMike Bayer2014-05-161-6/+6
|/
* - changelog for #2785Mike Bayer2014-05-161-29/+15
* Merge branch 'zero_indexes-param-for-postgresql-ARRAY-type' of https://bitbuc...Mike Bayer2014-05-161-0/+53
|\
| * zero_indexes-param-for-postgresql-ARRAY-typeAlexey Terentev2014-05-131-0/+53
* | Merged in WSMcG/sqlalchemy (pull request #15) Mike Bayer2014-05-121-0/+4
|\ \ | |/ |/|
| * Added optional '=' to MySQL KEY_BLOCK_SIZE regexW. Sean McGivern2014-04-191-0/+4
* | - Fixed bug where the combination of "limit" rendering asMike Bayer2014-04-301-2/+5
* | Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-264-4/+4
|/
* - Fixed regression caused by release 0.8.5 / 0.9.3's compatibilityMike Bayer2014-03-251-1/+1
* - Fixed a few errant ``u''`` strings that would prevent tests from passingMike Bayer2014-03-221-2/+2
* - Added new datatype :class:`.oracle.DATE`, which is a subclass ofMike Bayer2014-03-221-10/+15