summaryrefslogtreecommitdiff
path: root/test/sql
Commit message (Expand)AuthorAgeFilesLines
* - rework ColumnAdapter and ORMAdapter to only provide the featuresticket_3148Mike Bayer2014-09-072-2/+269
* - enhance ClauseAdapter / ColumnAdapter to have new behaviors with labels.Mike Bayer2014-09-072-5/+85
* wip for #3148Mike Bayer2014-09-061-1/+27
* - tiny refactors #1-#5Mike Bayer2014-09-051-2/+45
* - ensure literal_binds works with LIMIT clause, FOR UPDATEMike Bayer2014-09-031-1/+1
* - add logic to compiler such that if stack is empty, we justMike Bayer2014-09-021-0/+5
* - The :func:`~.expression.column` and :func:`~.expression.table`Mike Bayer2014-09-016-70/+281
* - optional 'b' here for py3kMike Bayer2014-08-311-1/+1
* - A new style of warning can be emitted which will "filter" up toMike Bayer2014-08-311-2/+3
* - The INSERT...FROM SELECT construct now implies ``inline=True``Mike Bayer2014-08-202-2/+114
* - pep8Mike Bayer2014-08-201-16/+29
* - don't add the parent attach event within _on_table_attachMike Bayer2014-08-151-0/+14
* - The ``info`` parameter has been added to the constructor forMike Bayer2014-08-131-0/+65
* - Fixed bug in CTE where ``literal_binds`` compiler argument would notMike Bayer2014-08-021-0/+38
* - 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