]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2007-09-08  Mike Bayer- [ticket:768] dont assume join criterion consists...
2007-09-04  Paul JohnstonSmall change in ActiveMapper to make it work with Pytho...
2007-08-30  Mike Bayer- fixed bugs in determining proper sync clauses from...
2007-08-19  Paul JohnstonMSSQL unit test fixes
2007-08-17  Paul JohnstonAvoid textual SQL in unit tests, so MSSQL has a chance...
2007-08-17  Paul Johnstoncan now specify a DSN for PyODBC, ticket #724
2007-08-17  Paul JohnstonAdd some new types to MSSQL; ticket #721
2007-08-17  Paul JohnstonMerge changeset [3343] into rel_0_3 branch
2007-08-14  Mike Bayeradded insert speed profiler test
2007-08-10  Mike Bayer- fixed bug where mapper, being linked to a join where...
2007-08-09  Jason KirtlandFixed detection of internal '$' characters in :bind...
2007-08-09  Mike Bayer - when reflecting tables from alternate schemas, the...
2007-08-09  Jason Kirtland- fixed specification of YEAR columns when generating...
2007-08-09  Jason Kirtlandtweak DISTINCT precedence for clauses like `func.count...
2007-08-08  Paul Johnstonautomatically use_scope_identity if an appropriate...
2007-08-05  Mike Bayer- fixed small exception throw bug in Session.merge()
2007-08-05  Mike Bayermerged 0.4's docstring module in for site compat
2007-08-01  Mike Bayer- fixed another occasional race condition which could...
2007-07-31  Mike Bayerchanged aggregate example functions into some that...
2007-07-29  Mike Bayerbind...
2007-07-29  Mike Bayerversion warning
2007-07-27  Mike Bayer0.3 maintenance branch
2007-07-26  Mike Bayer - added a check for joining from A->B using join...
2007-07-26  Rick Morrisonmssql: indexes are now quoted when dropping from reflec...
2007-07-26  Rick Morrisonmssql: added support for TIME type (simulated via DATET...
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...
next