summaryrefslogtreecommitdiff
path: root/test/sql
Commit message (Expand)AuthorAgeFilesLines
* - ensure all tests are named test_*Mike Bayer2014-07-301-1/+1
* - Fixed 0.9.7 regression caused by :ticket:`3067` in conjunction withMike Bayer2014-07-291-2/+2
* - find the remaining not cleaning up correctly testMike Bayer2014-07-281-1/+2
* - add support for tags, including include/exclude support.Mike Bayer2014-07-271-3/+0
* - scale up for mysql, sqliteMike Bayer2014-07-261-3/+3
* - Added a supported :meth:`.FunctionElement.alias` method to functions,Mike Bayer2014-07-241-0/+51
* - update some SQL server tests, supportMike Bayer2014-07-222-3/+9
* - update the flake8 rules againMike Bayer2014-07-1825-3570/+4237
* - Fixed a SQLite join rewriting issue where a subquery that is embeddedMike Bayer2014-07-151-1/+43
* - wrestle with conv() and tests some moreMike Bayer2014-07-141-4/+24
* - allow the compilation rule that gets the formatted nameMike Bayer2014-07-141-0/+19
* - Fix bug in naming convention feature where using a checkMike Bayer2014-07-141-6/+80
* - In the SQL Server pyodbc dialect, repaired the implementationMike Bayer2014-07-141-0/+22
* -Fixed bug in common table expressions whereby positional boundMike Bayer2014-07-141-0/+36
* - Fixed bug where multi-valued :class:`.Insert` construct would failMike Bayer2014-07-141-0/+41
* - Added a "str()" step to the dialect_kwargs iteration forMike Bayer2014-07-141-0/+13
* - adjust this to work on PG alsoMike Bayer2014-07-131-2/+3
* - Fixed bug in :class:`.Enum` and other :class:`.SchemaType`Mike Bayer2014-07-132-0/+63
* - The :meth:`.TypeEngine.with_variant` method will now accept aMike Bayer2014-07-101-0/+7
* PEP8 tidy of subset of test/sql/*.pypr/103Tony Locke2014-07-074-602/+745
* pg8000 passing test/sqlTony Locke2014-07-064-13/+16
* Merge pull request #99 from tlocke/mastermike bayer2014-07-061-234/+267
|\
| * PEP8 tidy of test/sql/test_types.pypr/99Tony Locke2014-06-231-221/+256
| * pg8000 passing test/sql/test_types.pyTony Locke2014-06-231-13/+11
* | - Fixed a bug within the custom operator plus :meth:`.TypeEngine.with_variant`Mike Bayer2014-06-271-1/+30
|/
* - fix test failuresMike Bayer2014-06-211-3/+3
* - The :paramref:`.Column.nullable` flag is implicitly set to ``False``Mike Bayer2014-06-201-0/+18
* - Fixed bug in INSERT..FROM SELECT construct where selecting from aMike Bayer2014-05-251-1/+19
* - Fixed bug in SQLite join rewriting where anonymized column namesMike Bayer2014-05-252-1/+57
* - Fixed bug where the :meth:`.Operators.__and__`,Mike Bayer2014-05-241-0/+49
* - more tests, including backend testsMike Bayer2014-05-161-0/+53
* - Fixed bug where :meth:`.Table.update` and :meth:`.Table.delete`Mike Bayer2014-05-083-1/+33
* - Fixed bug where the combination of "limit" rendering asMike Bayer2014-04-301-0/+29
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-267-10/+10
* - Liberalized the contract for :class:`.Index` a bit in that you canMike Bayer2014-04-192-12/+102
* - Fixed bug in new :meth:`.DialectKWArgs.argument_for` method whereMike Bayer2014-04-151-0/+11
* fix unclosed file ResourceWarningMatt Chisholm2014-04-141-1/+2
* - Fixed regression introduced in 0.9 where new "ORDER BY <labelname>"Mike Bayer2014-04-101-0/+9
* - reverse order of columns in sample CTEs as this is a UNION and the cols nee...Mike Bayer2014-04-021-5/+5
* - Fixes to the newly enhanced boolean coercion in :ticket:`2804` whereMike Bayer2014-04-011-3/+27
* - Added new flag :paramref:`.expression.between.symmetric`, when set to TrueMike Bayer2014-03-301-3/+43
* mark failing tests for buggy mysqlconnectorMike Bayer2014-03-281-0/+21
* - add further coverage for join_condition to make sure we get this case whereMike Bayer2014-03-281-0/+10
* - rename __multiple__ to __backend__, and apply __backend__ to a large number...Mike Bayer2014-03-2410-3/+65
* - Fixed a few errant ``u''`` strings that would prevent tests from passingMike Bayer2014-03-221-1/+1
* - Added support for literal rendering of boolean values, e.g.Mike Bayer2014-03-131-43/+9
* - add more support for suite tests, moving some tests from test_query out to ...Mike Bayer2014-03-131-153/+24
* :paramref:`.MetaData.naming_convention` feature will now alsoMike Bayer2014-03-121-0/+17
* - Fixed bug in new :paramref:`.MetaData.naming_convention` featureMike Bayer2014-03-121-1/+37
* - Support has been added for pytest to run tests. This runnerMike Bayer2014-03-035-99/+9