| Commit message (Expand) | Author | Age | Files | Lines |
| * | improved error message when a backref conflicts with a column-based property | Mike Bayer | 2006-08-12 | 1 | -0/+15 |
| * | fixes to types so that database-specific types more easily used; | Mike Bayer | 2006-08-12 | 1 | -1/+25 |
| * | turned off default case-folding rules as they wreak havoc with the current un... | Mike Bayer | 2006-08-12 | 1 | -0/+1 |
| * | quoting facilities set up so that database-specific quoting can be | Mike Bayer | 2006-08-12 | 2 | -0/+73 |
| * | added an objectstore clear | Mike Bayer | 2006-08-09 | 1 | -1/+1 |
| * | adjusted __getstate__ on InstrumentedList to further avoid callables getting ... | Mike Bayer | 2006-08-08 | 1 | -2/+2 |
| * | added start of a many-to-many test | Mike Bayer | 2006-08-07 | 1 | -2/+58 |
| * | fixed small pickle bug with lazy loaders [ticket:265] | Mike Bayer | 2006-08-06 | 1 | -0/+9 |
| * | adjustments to pool stemming from changes made for [ticket:224]. | Mike Bayer | 2006-08-04 | 1 | -0/+36 |
| * | - better check for ambiguous join conditions in sql.Join; propigates to a | Mike Bayer | 2006-08-03 | 1 | -1/+2 |
| * | [ticket:254] | Mike Bayer | 2006-07-24 | 1 | -0/+15 |
| * | fixed reflection of foreign keys to autoload the referenced table | Mike Bayer | 2006-07-22 | 1 | -4/+6 |
| * | fix doctest integration | Jonathan Ellis | 2006-07-21 | 2 | -25/+7 |
| * | add test for allow_null_pks | Jonathan Ellis | 2006-07-21 | 1 | -0/+7 |
| * | fixed [ticket:245]rel_0_2_6 | Mike Bayer | 2006-07-20 | 2 | -2/+222 |
| * | added table.exists() | Mike Bayer | 2006-07-19 | 1 | -0/+3 |
| * | added 'checkfirst' argument to table.create()/table.drop() | Mike Bayer | 2006-07-19 | 1 | -0/+16 |
| * | mapper compilation work ongoing, someday it'll work....moved | Mike Bayer | 2006-07-19 | 2 | -2/+39 |
| * | failing test case re: compilation | Mike Bayer | 2006-07-19 | 1 | -0/+21 |
| * | deferred column load could screw up the connection status in | Mike Bayer | 2006-07-14 | 1 | -0/+9 |
| * | overhaul to schema, addition of ForeignKeyConstraint/ | Mike Bayer | 2006-07-14 | 3 | -21/+85 |
| * | added count/count_by to assignmapper, plus a test in activemapper to try it out | Mike Bayer | 2006-07-13 | 1 | -0/+2 |
| * | fixed up boolean datatype for sqlite, mysql, ms-sql | Mike Bayer | 2006-07-13 | 1 | -0/+26 |
| * | still having mappers not getting compiled...sigh... | Mike Bayer | 2006-07-12 | 1 | -1/+19 |
| * | sqlite detects version and disables CAST if version < 3.2.3 | Mike Bayer | 2006-07-11 | 2 | -1/+7 |
| * | adjument to regexp for parsing courtesy Barry Warsaw | Mike Bayer | 2006-07-10 | 1 | -1/+6 |
| * | some refactorings to activemapper, made relationship() class have some polymo... | Mike Bayer | 2006-07-09 | 1 | -3/+35 |
| * | added workaround for funny pragma behavior on windows pysqlite | Mike Bayer | 2006-07-09 | 1 | -5/+4 |
| * | ordering of UPDATE and DELETE statements within groups is now | Mike Bayer | 2006-07-03 | 1 | -3/+3 |
| * | got MS-SQL support largely working, including reflection, basic types, fair a... | Mike Bayer | 2006-07-01 | 2 | -6/+10 |
| * | fixes to attributes/related so that get_history with passive=True returns no | Mike Bayer | 2006-06-30 | 1 | -0/+80 |
| * | There were two significant changes in this commit: | Jonathan LaCour | 2006-06-29 | 1 | -6/+4 |
| * | inserting './lib/' into sys.path since PYTHONPATH no longer straightforward w... | Mike Bayer | 2006-06-29 | 19 | -30/+31 |
| * | fixed endless loop bug in select_by(), if the traversal hit | Mike Bayer | 2006-06-28 | 1 | -0/+9 |
| * | Updated ActiveMapper to support order_by parameters on all relationships. | Jonathan LaCour | 2006-06-28 | 1 | -13/+2 |
| * | lazy load bind params properly propigate column type [ticket:225] | Mike Bayer | 2006-06-27 | 1 | -8/+33 |
| * | PG didnt like 'user' for a table name | Mike Bayer | 2006-06-26 | 1 | -3/+3 |
| * | fixed attribute manager's ability to traverse the full set of managed attribu... | Mike Bayer | 2006-06-26 | 2 | -2/+58 |
| * | when QueuePool times out it raises a TimeoutError instead of | Mike Bayer | 2006-06-26 | 1 | -3/+6 |
| * | fixes to inheritance firing off dependency processors correctly + unittest | Mike Bayer | 2006-06-22 | 1 | -1/+58 |
| * | identified another TLTransaction scenario, and adjusted TLConnection/TLSessio... | Mike Bayer | 2006-06-22 | 1 | -0/+21 |
| * | TLConnection insures that it is used to create a transaction via the session ... | Mike Bayer | 2006-06-22 | 1 | -0/+32 |
| * | more compilation fixes | Mike Bayer | 2006-06-22 | 2 | -8/+45 |
| * | some cleanup to the new compilation changes | Mike Bayer | 2006-06-20 | 1 | -1/+0 |
| * | more development on using eager loads/limit/offset/join_via/order_by at the s... | Mike Bayer | 2006-06-19 | 1 | -2/+5 |
| * | when Query does the "nested select" thing, it copies the ORDER BY to be place... | Mike Bayer | 2006-06-19 | 1 | -0/+15 |
| * | added check for conflicting backrefs + unit test | Mike Bayer | 2006-06-19 | 2 | -0/+122 |
| * | cast converted into its own ClauseElement so that it can have an explicit com...rel_0_2_3 | Mike Bayer | 2006-06-17 | 1 | -4/+4 |
| * | if an object fails construction, doesnt get added to the session | Mike Bayer | 2006-06-17 | 1 | -0/+18 |
| * | unsupported unit test on mysql | Mike Bayer | 2006-06-16 | 1 | -1/+5 |