summaryrefslogtreecommitdiff
path: root/test/sql
Commit message (Expand)AuthorAgeFilesLines
* Enable F841Mike Bayer2019-06-207-64/+49
* Turn off the is_literal flag when proxying literal_column() to LabelMike Bayer2019-06-152-2/+144
* Reverse Alias nesting conceptMike Bayer2019-06-131-0/+72
* Use roles for ORM alias() conversionMike Bayer2019-05-273-1/+46
* Implement new ClauseElement role and coercion systemMike Bayer2019-05-1819-159/+560
* Repair anonymous label comparisonMike Bayer2019-05-181-0/+11
* Do not register the GenericFunction in sql.functions._registryAdrien Berchet2019-05-061-0/+40
* Make the GenericFunction registry fully case insensitiveMike Bayer2019-04-302-155/+22
* Add case insensitivity feature to GenericFunction.Adrien Berchet2019-04-292-3/+206
* Add _cache_key implementation.Mike Bayer2019-04-291-0/+108
* Reimplement .compare() in terms of a visitorMike Bayer2019-04-293-100/+519
* negate True/False separately from other elementsMike Bayer2019-04-181-0/+16
* Test double colons without escaping in text()Mike Bayer2019-03-261-0/+13
* Clone internals for Select._correlate_except collection as well as _correlateMike Bayer2019-03-101-0/+84
* run a black runMike Bayer2019-03-051-6/+1
* Merge "Prevent __init__ from being called for Alias, subclasses"mike bayer2019-02-224-0/+73
|\
| * Prevent __init__ from being called for Alias, subclassesMike Bayer2019-02-214-0/+73
* | Include newlines in StatementError formattingNate Clark2019-02-201-2/+2
|/
* Adding setter to should_evaluate_none propertysanjana2019-02-131-0/+2
* Allow SQL expression for ORM primary keysMike Bayer2019-02-121-0/+91
* Remove all remaining text() coercions and ensure identifiers are safeMike Bayer2019-02-064-60/+114
* Fix many spell glitchesLele Gaifax2019-01-254-5/+5
* Merge "Add getters for all execution_options"mike bayer2019-01-251-3/+3
|\
| * Add getters for all execution_optionsDaniel Lister2019-01-251-3/+3
* | Fix mssql quote schema warningMike Bayer2019-01-251-0/+2
|/
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-239-105/+445
* Post black reformattingMike Bayer2019-01-0630-768/+851
* Run black -l 79 against all source filesMike Bayer2019-01-0630-12875/+15430
* Assorted pre-Black fixesMike Bayer2019-01-052-53/+41
* Prep for flake8 refactoringMike Bayer2019-01-031-5/+3
* commit 1b774808c926665047bf353222ecd191679a95d1Lele Gaifax2018-12-302-3/+3
* Maintain compiled_params / replacement_expressions within expanding INMike Bayer2018-12-211-0/+35
* Move CRUDTest, InlineDefaultTest from test_compilerMike Bayer2018-12-014-259/+281
* Allow optional *args with base AnsiFunctionMike Bayer2018-11-291-18/+15
* Merge "Add Sequence to StrSQLCompiler"mike bayer2018-11-131-0/+12
|\
| * Add Sequence to StrSQLCompilerMike Bayer2018-11-101-0/+12
* | Add new "all columns" naming convention tokensMike Bayer2018-11-101-0/+187
|/
* Use the same "current_timestamp" function for both sides of round tripMike Bayer2018-10-201-2/+4
* Merge "Import from collections.abc"mike bayer2018-09-271-2/+2
|\
| * Import from collections.abcxtreak2018-09-271-2/+2
* | Copy create_constraint flag for EnumMike Bayer2018-09-251-1/+23
|/
* Allow dialects to customize group by clause compilationSamuel Chou2018-09-201-0/+37
* MariaDB 10.3 updatesMike Bayer2018-08-301-2/+4
* Add missing range_ / rows parameters to additional over() methodsMike Bayer2018-08-192-0/+76
* Add concept of "implicit boolean", treat as nativeMike Bayer2018-08-151-1/+33
* Fixed issue with :meth:`.TypeEngine.bind_expression` andMike Bayer2018-08-081-5/+182
* Add support of empty list in exanding of bindparamNicolas Rolin2018-08-071-5/+3
* Include UPDATE/DELETE extra_froms in correlationMike Bayer2018-08-042-3/+131
* Fix collections ABC access before Python 3.8Nathaniel Knight2018-08-011-1/+1
* Drop default-related structures after the Table is dropped.Mike Bayer2018-07-101-0/+80