]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2007-07-22  Mike Bayeredits
2007-07-22  Mike Bayeredits
2007-07-20  Mike Bayerpostgres cant do this particular test b.c. the default... rel_0_3_10
2007-07-20  Mike Bayerhopefully resolved all the PG deadlocks occuring here
2007-07-20  Jason KirtlandMerged lower case caching, fetching from r2955
2007-07-20  Mike Bayerfurther adjustment to pool.get
2007-07-20  Mike Bayerassert timeout is 3 seconds, not 2
2007-07-20  Mike Bayer- a new mutex that was added in 0.3.9 causes the pool_t...
2007-07-19  Jason KirtlandMerged reference fixes from r2986
2007-07-19  Jason KirtlandBetter quoting of identifiers when manipulating schemas
2007-07-19  Mike Bayerinfo on db-specific types
2007-07-18  Mike Bayer- merged some more of the SessionTransaction connection...
2007-07-18  Mike Bayer - foreign key specs can have any chararcter in their...
2007-07-17  Paul JohnstonProperly escape table names when reflecting for mssql...
2007-07-17  Jason Kirtlandbind/connectable compat, allow .bind = None
2007-07-17  Jason KirtlandMinor cleanups.
2007-07-17  Jason KirtlandBe specfic when detecting "no table" exceptions.
2007-07-17  Jason Kirtland- Added basic schema reflection coverage to main tests
2007-07-17  Gaëtan de Menten- fixed max identifier length on postgres (63) [ticket...
2007-07-16  Mike Bayer- fixes for connection bound sessions, connection-bound...
2007-07-15  Mike Bayerfixes rel_0_3_9
2007-07-15  Mike Bayerfixes
2007-07-15  Mike Bayerspelling error
2007-07-15  Mike Bayer- fixed "ambiguous column" result detection, when dupe...
2007-07-15  Mike Bayerupdated interval type for [ticket:595]
2007-07-15  Mike Bayer- added friendlier error checking for query.get() with...
2007-07-15  Mike Bayerremoved prints
2007-07-15  Mike Bayer- more docs
2007-07-15  Mike Bayer- more docs
2007-07-15  Mike Bayer- columns can be overridden in a reflected table with...
2007-07-15  Mike Bayer- fixed unicode conversion in Oracle TEXT type
2007-07-15  Mike Bayer- converts cx_oracle datetime objects to Python datetim...
2007-07-15  Mike Bayer- mod operator '%' produces MOD [ticket:624]
2007-07-15  Mike Bayer- more docs
2007-07-15  Mike Bayermore query methods, overhauliung docs for forwards...
2007-07-14  Mike Bayer- test module turns warnings into exceptions so they...
2007-07-14  Mike Bayer- improved ability to get the "correct" and most minima...
2007-07-14  Mike Bayerchanged password field length to 15 to fix [ticket...
2007-07-14  Ants Aasmarearrange sqlite dialect initialization to be able...
2007-07-13  Jason KirtlandFix setup for standalone sequence test
2007-07-13  Jason KirtlandRefinement for r2890, column names should remain unicode.
2007-07-13  Jason KirtlandSwap imports order, removed trailing whitespace from...
2007-07-13  Mike Bayer- a warning is issued by Mapper when two primary key...
2007-07-13  Mike Bayer- composite primary key is represented as a non-keyed...
2007-07-12  Jason Kirtland- Keep reflected strings in the connection encoding...
2007-07-12  Mike Bayer- the various "engine" arguments, such as "engine"...
2007-07-12  Jason KirtlandCorrect error message for concurrent delete exceptions...
2007-07-12  Mike Bayerdont cache reflected domains, lookup each time
2007-07-12  Mike Bayer- converted mapper.py unit test to 0.4's four separate...
2007-07-12  Jason Kirtland- Patch up MySQL reflection issues with old server...
2007-07-11  Paul Johnstonmssql: preliminary support for using scope_identity...
2007-07-11  Paul Johnstonmssql now able to reflect start and increment values...
2007-07-10  Mike Bayerfurther refinements to the previous session.expunge...
2007-07-10  Mike Bayerfixed small expunge() bug where object might not be...
2007-07-10  Mike Bayerchanged "_source_column" to simpler "_distance"
2007-07-10  Mike Bayermore "column targeting" enhancements..columns have...
2007-07-09  Rick MorrisonFix port option handling for mssql/pyodbc [ticket:634]
2007-07-08  Mike Bayer- ForeignKey to a table in a schema thats not the defau...
2007-07-07  Mike Bayerdiscourage usage of always_refresh
2007-07-07  Mike Bayeredits
2007-07-07  Mike Bayeroh wow, confused "implicit" with "connectionless"
2007-07-07  Mike Bayeredits
2007-07-07  Mike Bayermore edits
2007-07-06  Mike Bayerfixes
2007-07-06  Mike Bayer- rewrote dbengine doc
2007-07-06  Jason KirtlandTweak docs, very minor DMD compatability tweak
2007-07-06  Jason Kirtland- Deprecated DynamicMetaData- use ThreadLocalMetaData...
2007-07-05  Mike Bayer- replaced calls for mapper.props in Query with mapper...
2007-07-04  Mike Bayercss tweak
2007-07-04  Mike Bayerremoved superfluous reapplying of options to self
2007-07-03  Jason KirtlandMerged OrderedDict fixes from r2843 (0.4)
2007-06-30  Mike Bayerimproved handling of exceptions upon __init__(): will...
2007-06-30  Mike Bayer- adjustments to pool locking test to fail on OSX
2007-06-30  Mike Bayeradded proper cascade for deletes
2007-06-30  Mike Bayer- added a mutex to QueuePool's "overflow" calculation...
2007-06-30  Mike Bayer- MetaData and all SchemaItems are safe to use with...
2007-06-29  Mike Bayerpostgres:
2007-06-28  Mike Bayereek! wrong tranasctional command for like, years now....
2007-06-28  Mike Bayeradded extra session.clear() to enable example to work
2007-06-27  Mike Bayerfix to "populate_existing"
2007-06-27  Mike Bayer- fix to the "column_prefix" flag so that the mapper...
2007-06-27  Ants Aasmasome errors of droppedm mysql connections weren't being...
2007-06-26  Ants Aasmabetter error message for NoSuchColumnError, fix ticket...
2007-06-26  Ants Aasmaadd missing grouping for compound selects. fixes ticket...
2007-06-26  Ants Aasmafix #624, modulo operator escaping on mysql and postgres
2007-06-25  Ants Aasmafix precedence of between (ticket #621)
2007-06-25  Mike Bayer- fixed precedence of operators so that parenthesis...
2007-06-24  Mike Bayeradded test for correlation of scalar subqueries to...
2007-06-23  Mike Bayer- fixed "where"/"from" criterion of select() to accept...
2007-06-22  Mike Bayer- added dialect flag "auto_convert_lobs", defaults...
2007-06-21  Mike Bayer- added standalone distinct() function in addition...
2007-06-20  Mike Bayer- forwards-compatibility with 0.4: added one(), first...
2007-06-20  Mike Bayer- added synchronization to the mapper() construction...
2007-06-20  Mike Bayer- fixed very stupid bug when deleting items with many...
2007-06-20  Mike Bayerorig_set is a Set [ticket:614]
2007-06-19  Mike Bayer- finally figured out how to get setuptools version...
2007-06-17  Mike Bayer- added Interval type to types.py [ticket:595]
2007-06-17  Mike Bayer- result.last_inserted_ids() should return a list that...
2007-06-17  Mike Bayer- datetime fixes: got subsecond TIMESTAMP to work ...
2007-06-17  Mike Bayer- sqlite better handles datetime/date/time objects...
next