2006-08-21 |
Mike Bayer | sqlite dialects can be created without pysqlite installed |
commit | commitdiff | tree |
2006-08-21 |
Mike Bayer | - unit tests updated to run without any pysqlite instal... |
commit | commitdiff | tree |
2006-08-21 |
Mike Bayer | working on sequence quoting support.... |
commit | commitdiff | tree |
2006-08-21 |
Mike Bayer | postgres reflection uses dialect-wide preparer |
commit | commitdiff | tree |
2006-08-21 |
Mike Bayer | refactoring of ANSIIdentifierPreparer to be one instanc... |
commit | commitdiff | tree |
2006-08-21 |
Mike Bayer | - postgres reflection moved to use pg_schema tables... |
commit | commitdiff | tree |
2006-08-18 |
Mike Bayer | added a compile check to instances() |
commit | commitdiff | tree |
2006-08-18 |
Mike Bayer | [ticket:280] statement execution supports using the... |
commit | commitdiff | tree |
2006-08-18 |
Mike Bayer | - unit-of-work does a better check for "orphaned" objec... |
commit | commitdiff | tree |
2006-08-18 |
Mike Bayer | more fixes for [ticket:269], added MSMediumBlob type |
commit | commitdiff | tree |
2006-08-17 |
Mike Bayer | commit should be outside of the try/except; else when... |
commit | commitdiff | tree |
2006-08-17 |
Mike Bayer | if a contextual session is established via MapperExtens... |
commit | commitdiff | tree |
2006-08-16 |
Mike Bayer | [ticket:277] check if pg/oracle sequence exists. check... |
commit | commitdiff | tree |
2006-08-16 |
Mike Bayer | added "requires_quotes" step, subclasses of ANSIIdentif... |
commit | commitdiff | tree |
2006-08-15 |
Jonathan Ellis | fixes for threadless python compiles |
commit | commitdiff | tree |
2006-08-15 |
Mike Bayer | - eesh ! the tutorial doctest was broken for quite... |
commit | commitdiff | tree |
2006-08-12 |
Mike Bayer | the latest... |
commit | commitdiff | tree |
2006-08-12 |
Mike Bayer | modifcation to unitofwork to not maintain ordering... rel_0_2_7 |
commit | commitdiff | tree |
2006-08-12 |
Mike Bayer | fix to __eq__ method in a test object |
commit | commitdiff | tree |
2006-08-12 |
Mike Bayer | improved error message when a backref conflicts with... |
commit | commitdiff | tree |
2006-08-12 |
Mike Bayer | added MSTinyInteger to MS-SQL [ticket:263] |
commit | commitdiff | tree |
2006-08-12 |
Mike Bayer | fixed construction of order_by with distinct query |
commit | commitdiff | tree |
2006-08-12 |
Mike Bayer | 0.2.7 prep |
commit | commitdiff | tree |
2006-08-12 |
Mike Bayer | some fixes to sqlite datetime organization, was imprope... |
commit | commitdiff | tree |
2006-08-12 |
Mike Bayer | fixes to types so that database-specific types more... |
commit | commitdiff | tree |
2006-08-12 |
Mike Bayer | [ticket:268] |
commit | commitdiff | tree |
2006-08-12 |
Mike Bayer | refactored ANSIIdentifierPreparer to be visitor based... |
commit | commitdiff | tree |
2006-08-12 |
Mike Bayer | turned off default case-folding rules as they wreak... |
commit | commitdiff | tree |
2006-08-12 |
Mike Bayer | added docs for ON UPDATE/DELETE, identifier quoting |
commit | commitdiff | tree |
2006-08-12 |
Mike Bayer | quoting facilities set up so that database-specific... |
commit | commitdiff | tree |
2006-08-11 |
Mike Bayer | comment |
commit | commitdiff | tree |
2006-08-11 |
Mike Bayer | [ticket:251] |
commit | commitdiff | tree |
2006-08-11 |
Mike Bayer | removed superfluous **params |
commit | commitdiff | tree |
2006-08-11 |
Mike Bayer | SelectResults will use a subselect, when calling an... |
commit | commitdiff | tree |
2006-08-11 |
Mike Bayer | reflected 'mediumint' type |
commit | commitdiff | tree |
2006-08-11 |
Mike Bayer | inheritance check uses issubclass() instead of direct... |
commit | commitdiff | tree |
2006-08-11 |
Mike Bayer | added "nowait" flag to Select() [ticket:270] |
commit | commitdiff | tree |
2006-08-11 |
Mike Bayer | fixed ms-sql connect() to work with adodbapi |
commit | commitdiff | tree |
2006-08-10 |
Mike Bayer | moved rollback catch to mysql module... |
commit | commitdiff | tree |
2006-08-10 |
Jonathan Ellis | fix mysql borkage |
commit | commitdiff | tree |
2006-08-10 |
Jonathan Ellis | fix mysql borkage |
commit | commitdiff | tree |
2006-08-10 |
Mike Bayer | added __contains__ to OrderedProperties, so that rabbit... |
commit | commitdiff | tree |
2006-08-09 |
Mike Bayer | all create()/drop() calls have a keyword argument of... |
commit | commitdiff | tree |
2006-08-09 |
Mike Bayer | added an objectstore clear |
commit | commitdiff | tree |
2006-08-08 |
Mike Bayer | fix to lazy loads when mapping to joins |
commit | commitdiff | tree |
2006-08-08 |
Mike Bayer | adjusted __getstate__ on InstrumentedList to further... |
commit | commitdiff | tree |
2006-08-07 |
Mike Bayer | fixed possible error in mysql reflection where certain... |
commit | commitdiff | tree |
2006-08-07 |
Mike Bayer | added start of a many-to-many test |
commit | commitdiff | tree |
2006-08-06 |
Mike Bayer | fixed small pickle bug with lazy loaders [ticket:265] |
commit | commitdiff | tree |
2006-08-05 |
Mike Bayer | improvement over previous changeset: |
commit | commitdiff | tree |
2006-08-05 |
Mike Bayer | temporary workaround dispose_local() added to Singleton... |
commit | commitdiff | tree |
2006-08-04 |
Mike Bayer | added reflected 'tinyint' type to MS-SQL [ticket:263] |
commit | commitdiff | tree |
2006-08-04 |
Mike Bayer | fixed mysql reflection of default values to be PassiveD... |
commit | commitdiff | tree |
2006-08-04 |
Mike Bayer | adjustments to pool stemming from changes made for... |
commit | commitdiff | tree |
2006-08-03 |
Mike Bayer | oops: committed the rest of [changeset:1759], removed... |
commit | commitdiff | tree |
2006-08-03 |
Mike Bayer | - better check for ambiguous join conditions in sql... |
commit | commitdiff | tree |
2006-08-01 |
Jonathan Ellis | r/m _reset method |
commit | commitdiff | tree |
2006-08-01 |
Jonathan Ellis | expand explanation of Query methods |
commit | commitdiff | tree |
2006-07-31 |
Jonathan Ellis | add update method |
commit | commitdiff | tree |
2006-07-31 |
Jonathan Ellis | fix for when default is zero |
commit | commitdiff | tree |
2006-07-31 |
Jonathan Ellis | typo fix noticed by R Munn |
commit | commitdiff | tree |
2006-07-30 |
Jonathan Ellis | doc update |
commit | commitdiff | tree |
2006-07-30 |
Jonathan Ellis | auto-execute delete stmts |
commit | commitdiff | tree |
2006-07-30 |
Jonathan Ellis | add mappedtable.delete support |
commit | commitdiff | tree |
2006-07-29 |
Jonathan Ellis | soup.engine property |
commit | commitdiff | tree |
2006-07-27 |
Jonathan Ellis | PassiveDefault('?') for autoloaded sqlite defaults |
commit | commitdiff | tree |
2006-07-27 |
Mike Bayer | custom primary/secondary join conditions in a relation... |
commit | commitdiff | tree |
2006-07-26 |
Mike Bayer | oracle boolean type [ticket:257] |
commit | commitdiff | tree |
2006-07-25 |
Mike Bayer | [ticket:256] propigating url.query arguments to connect... |
commit | commitdiff | tree |
2006-07-25 |
Mike Bayer | removed erroneous "on_update" example for PassiveDefault |
commit | commitdiff | tree |
2006-07-24 |
Mike Bayer | fixed anchor tag |
commit | commitdiff | tree |
2006-07-24 |
Mike Bayer | [ticket:254] |
commit | commitdiff | tree |
2006-07-24 |
Jonathan Ellis | with_labels support |
commit | commitdiff | tree |
2006-07-23 |
Jonathan Ellis | fix outdated link into SA docs for Query objects |
commit | commitdiff | tree |
2006-07-23 |
Jonathan Ellis | de-tabbify |
commit | commitdiff | tree |
2006-07-23 |
Jonathan Ellis | ReST-ify docstring |
commit | commitdiff | tree |
2006-07-22 |
Jonathan Ellis | small join api change |
commit | commitdiff | tree |
2006-07-22 |
Mike Bayer | fixed reflection of foreign keys to autoload the refere... |
commit | commitdiff | tree |
2006-07-21 |
Jonathan Ellis | schema support for sqlsoup |
commit | commitdiff | tree |
2006-07-21 |
Jonathan Ellis | fix doctests by ensuring consistent sort order via... |
commit | commitdiff | tree |
2006-07-21 |
Jonathan Ellis | _selectable interface; allows sqlsoup to pass its class... |
commit | commitdiff | tree |
2006-07-21 |
Jonathan Ellis | fix doctest integration |
commit | commitdiff | tree |
2006-07-21 |
Jonathan Ellis | add test for allow_null_pks |
commit | commitdiff | tree |
2006-07-21 |
Mike Bayer | added allow_null_pks option to Mapper, allows rows... |
commit | commitdiff | tree |
2006-07-20 |
Mike Bayer | assignmapper was setting is_primary=True, causing all... |
commit | commitdiff | tree |
2006-07-20 |
Mike Bayer | fixed [ticket:245] rel_0_2_6 |
commit | commitdiff | tree |
2006-07-20 |
Mike Bayer | patch to inheritance section |
commit | commitdiff | tree |
2006-07-20 |
Mike Bayer | implemented latest patch on [ticket:105], modified... |
commit | commitdiff | tree |
2006-07-19 |
Mike Bayer | patch for [ticket:105], adding "owner" support to oracl... |
commit | commitdiff | tree |
2006-07-19 |
Mike Bayer | added table.exists() |
commit | commitdiff | tree |
2006-07-19 |
Mike Bayer | added 'checkfirst' argument to table.create()/table... |
commit | commitdiff | tree |
2006-07-19 |
Mike Bayer | reduced bind param size in query._get to appease the... |
commit | commitdiff | tree |
2006-07-19 |
Mike Bayer | mapper compilation work ongoing, someday it'll work... |
commit | commitdiff | tree |
2006-07-19 |
Mike Bayer | fix to typing in clause construction which specifically... |
commit | commitdiff | tree |
2006-07-19 |
Mike Bayer | failing test case re: compilation |
commit | commitdiff | tree |
2006-07-18 |
Mike Bayer | added "synonym()" function, applied to properties to... |
commit | commitdiff | tree |
2006-07-18 |
Mike Bayer | remove print statement |
commit | commitdiff | tree |
2006-07-18 |
Mike Bayer | overhaul to MapperExtension so they arent chained via... |
commit | commitdiff | tree |
2006-07-18 |
Mike Bayer | echo=True |
commit | commitdiff | tree |
2006-07-18 |
Mike Bayer | added __setitem__ to Constraint |
commit | commitdiff | tree |
next |