summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* - [feature] The behavior of column targetingMike Bayer2012-04-245-17/+62
* - [feature] The after_attach event is nowMike Bayer2012-04-241-2/+2
* - [feature] the SQLite date and time typesMike Bayer2012-04-242-44/+92
|\
| * Improve SQLite DATETIME storage format handling [ticket:2363]Nathan Wright2012-03-122-44/+92
* | - remove sqlsoup [ticket:2262]Mike Bayer2012-04-242-815/+0
* | - [bug] column.label(None) now produces anMike Bayer2012-04-242-14/+3
* | - [feature] Added a new systemMike Bayer2012-04-244-43/+83
* | - [feature] The column_reflect event nowMike Bayer2012-04-242-4/+4
* | - [bug] The warning emitted when usingMike Bayer2012-04-241-1/+2
* | - [bug] The "passive" flag on Session.is_modified()Mike Bayer2012-04-242-39/+30
* | - [bug] The names of the columns on theMike Bayer2012-04-242-19/+18
* | - [bug] removed legacy behavior wherebyMike Bayer2012-04-241-48/+1
* | - [feature] New standalone function with_polymorphic()Mike Bayer2012-04-234-102/+197
* | - [removed] The legacy "mutable" system of theMike Bayer2012-04-237-428/+17
* | the callcounts are greater here since object_mapper() has a little more overh...Mike Bayer2012-04-231-3/+1
* | - some adjustments to keep hybrid properties workingMike Bayer2012-04-232-5/+6
* | merge patch for [ticket:2208]. This still needs documentation.Mike Bayer2012-04-2312-77/+269
|\ \
| * | - the inspect interface is done, needs docs.Mike Bayer2012-04-047-126/+218
| * | begin implementing inspection system for #2208Mike Bayer2012-04-037-13/+115
* | | - re-merge + CHANGESMike Bayer2012-04-232-3/+1
|\ \ \
| * | | make auto-correlation the same for Query & select()Diana Clarke2012-04-022-3/+1
* | | | - merge attribute flag overhaul for [ticket:2358]Mike Bayer2012-04-237-80/+98
* | | | - merged #1401 branch from bitbucketMike Bayer2012-04-2211-657/+1223
|\ \ \ \
| * | | | then spiff up that error msgMike Bayer2012-04-031-2/+7
| * | | | - move create_lazy_clause() to relationshipsMike Bayer2012-04-013-111/+74
| * | | | almost through all the fine tuningMike Bayer2012-02-251-17/+27
| * | | | start to work on error messages, allow foreign_keys as only argumentMike Bayer2012-02-253-18/+74
| * | | | - figured out again why deannotate must clone()Mike Bayer2012-02-115-175/+221
| * | | | many fixes but still can't get heuristics to work as well as what's existing,Mike Bayer2012-02-114-5/+11
| * | | | tweak for correlated subqueries here, seems to work for test_eager_relations:...Mike Bayer2012-02-101-1/+6
| * | | | - move properties to use the new create_joinsMike Bayer2012-02-103-149/+74
| * | | | fix up this testMike Bayer2012-02-101-1/+0
| * | | | - got m2m, local_remote_pairs, etc. workingMike Bayer2012-02-097-347/+294
| * | | | - hooks in the new object to RelationshipProperty, restores the "local" annot...Mike Bayer2012-02-082-431/+114
| * | | | new test that illustrates the breakage of partial remote side when FKs are as...Mike Bayer2012-02-081-2/+2
| * | | | simplify remote annotation significantly, and alsoMike Bayer2012-02-084-125/+148
| * | | | local_remote_pairs/remote_side are comparing against existingMike Bayer2012-02-062-249/+53
| * | | | this version has easy cases going well. hard cases not so muchMike Bayer2012-02-062-103/+385
| * | | | proof of concept. relationships.JoinCondition is givenMike Bayer2012-02-061-0/+742
| * | | | initial annotations approach to join conditions. all tests pass, plus additi...Mike Bayer2012-02-064-25/+71
* | | | | 0.8 initial prepMike Bayer2012-04-221-1/+1
* | | | | - [bug] Fixed bug in 0.7.6 introduced byMike Bayer2012-04-191-8/+85
* | | | | - [bug] UPDATE..FROM syntax with SQL ServerMike Bayer2012-04-182-1/+17
* | | | | - mysql [bug] Fixed bug whereby if cast() is usedMike Bayer2012-04-161-2/+2
* | | | | Merged in bentrofatter/sqlalchemy-informix-dialect-fix (pull request #7)Mike Bayer2012-04-121-1/+1
|\ \ \ \ \
| * | | | | Changed misspelled 'altere' reserved word to 'alter'Benjamin Trofatter2012-04-121-1/+1
* | | | | | - [bug] If conn.begin() fails when callingMike Bayer2012-04-121-1/+5
|/ / / / /
* | | | | - test explicitly for 'VIEW', 'SYSTEM VIEW'Mike Bayer2012-04-121-1/+1
* | | | | Modified MySQLDialect.get_view_names() to also return system views such as th...elazar2012-04-111-2/+1
* | | | | - [feature] Added new flag to @validatesMike Bayer2012-04-113-25/+45