summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* - Added some convenience descriptors to Query:Mike Bayer2008-04-031-0/+10
* Added a new 'max_identifier_length' keyword to the mssql_pyodbc dialectRick Morrison2008-04-021-1/+4
* Cascade traversal algorithm converted from recursive to iterative to support ...Ants Aasma2008-04-023-22/+26
* - Got PG server side cursors back into shape, added fixedMike Bayer2008-04-023-34/+47
* fixed OracleRaw type adaptation [ticket:902]Mike Bayer2008-04-021-3/+4
* some fixes to the MS-SQL aliasing so that result_map is properly populatedMike Bayer2008-04-021-3/+9
* slight function call reductionMike Bayer2008-04-021-37/+32
* - Assorted flakes.Jason Kirtland2008-04-025-9/+8
* - Revamped the Connection memoize decorator a bit, moved to engineJason Kirtland2008-04-026-77/+102
* - More 2.4 generator squashing.Jason Kirtland2008-04-021-1/+1
* - added verbose activity to profiling.function_call_countMike Bayer2008-04-013-77/+73
* - Squashed 2.4 generators.Jason Kirtland2008-04-011-1/+1
* - merge() may actually work now, though we've heard that before...Mike Bayer2008-04-014-18/+26
* - Tighten up r4399 _set_iterable docsJason Kirtland2008-04-011-8/+7
* - Light collections refactor, added public collections.bulk_replace.Jason Kirtland2008-04-012-18/+58
* weird, old cruftMike Bayer2008-04-011-9/+0
* - removed redundant get_history() methodMike Bayer2008-04-012-17/+7
* MSSQL adjustments to pyodbc connection string buildingRick Morrison2008-03-311-38/+5
* Add a new 'driver' keyword to the MSSQL pyodbc Dialect.Rick Morrison2008-03-311-24/+14
* - reverted previous "strings instead of tuples" change due to more specific t...Mike Bayer2008-03-305-19/+31
* *whistle*Jason Kirtland2008-03-301-1/+0
* - Removed cache decorator.Jason Kirtland2008-03-301-2/+7
* some cache decorator calls...Mike Bayer2008-03-303-18/+9
* using concatenated strings as keys in generated_ids collection; they hash sli...Mike Bayer2008-03-301-6/+8
* - schema-qualified tables now will place the schemanameMike Bayer2008-03-303-12/+8
* MSSQL fixes for tickets 979, 916, 884Rick Morrison2008-03-301-5/+34
* - added _from_self()Mike Bayer2008-03-301-1/+12
* - rearranged LoaderStrategies a bitMike Bayer2008-03-306-42/+39
* turned starargs conversion to a decorator, per jek's advice. select().order_b...Mike Bayer2008-03-292-13/+17
* - Added PendingDeprecationWarning supportJason Kirtland2008-03-2910-36/+76
* - declarative_base() takes optional kwarg "mapper", whichMike Bayer2008-03-292-5/+20
* - merged with_polymorphic branch, which was merged with query_columns branchMike Bayer2008-03-2913-888/+923
* - can now allow selects which correlate all FROM clausesMike Bayer2008-03-281-3/+1
* - fixed SQL function truncation of trailing underscoresMike Bayer2008-03-251-1/+1
* - Added generic func.random (non-standard SQL)Jason Kirtland2008-03-253-11/+30
* a few more tweaksMike Bayer2008-03-251-5/+3
* removed AbstractClauseProcessor, merged its copy-and-visit behavior into Clau...Mike Bayer2008-03-242-132/+127
* - already-compiled mappers will still trigger compiles ofMike Bayer2008-03-231-5/+10
* added nicer error message to dependent class not foundMike Bayer2008-03-221-2/+5
* - the "owner" keyword on Table is now deprecated, and isMike Bayer2008-03-222-82/+81
* - inheritance in declarative can be disabled when sendingMike Bayer2008-03-221-4/+6
* reverted r4315 - a basic test works the way it was and fails with this changeMike Bayer2008-03-221-1/+1
* - made some fixes to the "from_joinpoint" argument toMike Bayer2008-03-211-0/+2
* - adjusted the definition of "self-referential" to beMike Bayer2008-03-211-1/+1
* Undoing patch #994, for now; more testing needed. Sorry. Also modifying tes...Catherine Devlin2008-03-203-111/+15
* adding zzzeek's patch from ticket #994, which fixed virtually all remaining b...Catherine Devlin2008-03-203-15/+111
* bugfix: preserving remote_owner during reflecttable setup of referential inte...Catherine Devlin2008-03-201-1/+1
* added escape kw arg to contains(), startswith(), endswith(), [ticket:791]Mike Bayer2008-03-192-18/+18
* - like() and ilike() take an optional keyword argumentMike Bayer2008-03-195-30/+34
* - symbols now depickle properlyJason Kirtland2008-03-191-14/+16