summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql
Commit message (Expand)AuthorAgeFilesLines
* Use compat.string_types to check for visit name stringMike Bayer2019-08-111-1/+2
* - shore up TypeDecorator docs a bit to not render tons ofMike Bayer2019-08-101-0/+9
* Correct name for json_serializer / json_deserializer, document and testMike Bayer2019-08-081-0/+20
* Implement checkfirst for Index.create(), Index.drop()Mike Bayer2019-08-062-7/+34
* Modernize internal reflectionMike Bayer2019-08-061-47/+46
* Don't assume key when matching cloned columns in _make_proxyMike Bayer2019-08-011-1/+1
* Invoke column_expression() for subsequent SELECTs in CompoundSelectMike Bayer2019-07-291-10/+19
* Ensure all Index arguments are counted when matching expr/columnsMike Bayer2019-07-241-10/+17
* Fix typosMin ho Kim2019-07-214-4/+4
* Support tuple IN VALUES for SQLite, othersMike Bayer2019-07-193-9/+18
* Merge remote-tracking branch 'origin/pr/4769'Mike Bayer2019-07-171-1/+1
|\
| * Small text error in json field docDenis Kataev2019-07-081-1/+1
* | self_group() for FunctionFilterMike Bayer2019-07-122-0/+11
* | Allow duplicate columns in from clauses and selectablesMike Bayer2019-07-117-209/+426
* | Add performance improvement for Enum w/ Python 2 enum libraryMike Bayer2019-07-111-5/+3
* | class level docstring for SubqueryMike Bayer2019-07-061-0/+26
* | SelectBase no longer a FromClauseMike Bayer2019-07-0611-521/+994
* | Add tutorial section for cast(), type_coerce()Mike Bayer2019-07-041-2/+24
* | Rework proxy_cache fix to restore performanceMike Bayer2019-07-022-4/+14
* | Clear proxy_set cache when creating an annotated columnMike Bayer2019-07-023-8/+7
* | A few doc tweaks for alias / order_by / group_byMike Bayer2019-07-011-11/+59
|/
* Enable F841Mike Bayer2019-06-202-6/+3
* Turn off the is_literal flag when proxying literal_column() to LabelMike Bayer2019-06-153-6/+22
* Reverse Alias nesting conceptMike Bayer2019-06-133-30/+39
* Use roles for ORM alias() conversionMike Bayer2019-05-273-9/+99
* Implement new ClauseElement role and coercion systemMike Bayer2019-05-1817-798/+1330
* Repair anonymous label comparisonMike Bayer2019-05-181-1/+1
* - fix long lineMike Bayer2019-05-091-1/+2
* Add documentation for MySQL optimizer hints using prefix_withMike Bayer2019-05-081-0/+7
* Do not register the GenericFunction in sql.functions._registryAdrien Berchet2019-05-061-1/+12
* Make the GenericFunction registry fully case insensitiveMike Bayer2019-04-301-58/+6
* Add case insensitivity feature to GenericFunction.Adrien Berchet2019-04-291-2/+63
* Add _cache_key implementation.Mike Bayer2019-04-294-0/+314
* Reimplement .compare() in terms of a visitorMike Bayer2019-04-296-128/+380
* negate True/False separately from other elementsMike Bayer2019-04-181-7/+4
* Black updatesMike Bayer2019-04-111-3/+1
* Enhance documentation for string compilation use casesMike Bayer2019-04-041-3/+13
* Fold entities into existing joins when resolving FROM ambiguityMike Bayer2019-04-021-0/+11
* Expand joins when calculating PostgreSQL "WITH FOR UPDATE OF"raylu2019-03-211-0/+16
* Clone internals for Select._correlate_except collection as well as _correlateMike Bayer2019-03-101-0/+8
* - repair param inject to work around code examples to some degreeMike Bayer2019-03-051-5/+5
* Add resolve_fks=False option for reflectionMike Bayer2019-02-281-1/+52
* Prevent __init__ from being called for Alias, subclassesMike Bayer2019-02-214-127/+160
* Adding setter to should_evaluate_none propertysanjana2019-02-131-0/+5
* Allow SQL expression for ORM primary keysMike Bayer2019-02-121-1/+6
* Remove all remaining text() coercions and ensure identifiers are safeMike Bayer2019-02-065-52/+150
* Fix some long lines that sneaked in with the spelling fixes changeMike Bayer2019-01-251-2/+2
* Fix many spell glitchesLele Gaifax2019-01-258-21/+21
* Add getters for all execution_optionsDaniel Lister2019-01-251-2/+15
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-236-185/+252