summaryrefslogtreecommitdiff
path: root/test/sql
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge "Label simple column transformations as the column name"mike bayer2019-08-304-8/+198
|\ \ | |/ |/|
| * Label simple column transformations as the column nameMike Bayer2019-08-284-8/+198
* | Implement type-level sorting for Enum; apply to ORM primary keysNicolas CANIART2019-08-271-0/+39
|/
* Implement checkfirst for Index.create(), Index.drop()Mike Bayer2019-08-061-1/+117
* Modernize internal reflectionMike Bayer2019-08-061-4/+4
* Add additional tests to verify _is_clone_of proxy level linkMike Bayer2019-08-011-6/+7
* Don't assume key when matching cloned columns in _make_proxyMike Bayer2019-08-011-0/+22
* Invoke column_expression() for subsequent SELECTs in CompoundSelectMike Bayer2019-07-291-0/+30
* Ensure all Index arguments are counted when matching expr/columnsMike Bayer2019-07-241-11/+35
* Fix typosMin ho Kim2019-07-212-3/+3
* Support tuple IN VALUES for SQLite, othersMike Bayer2019-07-191-0/+19
* self_group() for FunctionFilterMike Bayer2019-07-121-0/+9
* Allow duplicate columns in from clauses and selectablesMike Bayer2019-07-115-73/+228
* SelectBase no longer a FromClauseMike Bayer2019-07-0616-526/+1455
* Rework proxy_cache fix to restore performanceMike Bayer2019-07-021-1/+17
* Clear proxy_set cache when creating an annotated columnMike Bayer2019-07-021-0/+33
* 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