summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-05-07- fix link to the agile data articleHEADmasterwrobell1-1/+1
2008-02-27- support pyformat/named query style parameters on Convertor.find methodwrobell1-5/+12
2008-02-27- support both named and pyformat query parameter styles inwrobell1-1/+7
2008-02-17- try to deal with DB API 2.0 paramstyle mess by using named style wheneverwrobell1-10/+10
2008-02-13- fixed updating of objects to use ? paramstylewrobell1-3/+3
2008-02-13- news file updatedwrobell1-0/+3
2008-02-12- use paramstyle for single-valued where clause (make as simple as possible)wrobell1-1/+1
2008-02-11- support both pyformat and numeric parameter styleswrobell1-0/+11
2008-02-11- convert uuids to string and leave type handling to db enginewrobell1-1/+1
2008-02-11- fixed typos after last commitwrobell2-3/+3
2008-02-11- s/__key__/uuid/ as uuid should be used to identify object instancesbird from hell6-75/+74
2005-05-29- support for writable and readable application class columnswrobell9-21/+264
2005-05-29- Bazaar.reload method introduced to reload an object in databasewrobell1-1/+22
2005-05-13- running test from command line improvementswrobell2-40/+104
2005-05-13- style improvementswrobell1-23/+49
2005-05-13- improved application class definingwrobell13-190/+322
2005-05-13- documentation and style fixeswrobell1-43/+69
2005-05-13- run doctests for all bazaar orm moduleswrobell1-4/+6
2005-05-13- order.items.append(order_item) is sufficient (there is no need forwrobell1-20/+2
2005-05-12- use doctest for documentation examples testingwrobell3-83/+94
2005-05-12- bazaar.assoc.List.contains method did not check existence of object inwrobell3-3/+15
2005-05-12- do not override default value of application class inwrobell3-6/+57
2005-05-12- s/2000-2004/2000-2005/gwrobell26-52/+52
2005-05-11- allow 1500 lines per module (a lot of documentation is put here,wrobell1-5/+3
2005-05-11- style improvementswrobell1-13/+19
2005-05-11- style improvementswrobell1-50/+60
2005-05-11- pylint configuration file for style correctionswrobell1-0/+310
2005-05-11- style correctionswrobell1-13/+19
2005-05-10- s/Bazaar/Bazaar ORM/wrobell1-1/+1
2005-05-10- ver. 0.99.6bazaar-0_99_6wrobell1-1/+1
2005-05-10- updated for versions since 0.99.2 to 0.99.6wrobell1-1/+24
2005-05-10- more about testing: database creation, test data adding, configurationwrobell1-2/+60
2005-05-10- can be used with any db module, nowwrobell1-12/+6
2005-05-10- use default values as in TESTING filewrobell1-1/+1
2005-05-08- development environment changes: postgresql 8.0, psycopg 2 (tested withwrobell1-3/+3
2005-05-08- convert some classes to new-style classeswrobell3-11/+9
2005-05-08- simplify List.iterObjects method a bitwrobell1-3/+3
2005-05-08- user set type instead of sets.Set (Python 2.4 required)wrobell5-19/+16
2005-05-08- allow to specify unittest options and tests on command linewrobell1-3/+4
2005-05-08- log utility class documentation fixeswrobell1-3/+6
2005-05-07- deffer library loggers creation until they are used;wrobell8-24/+78
2005-05-04- exit gracefully when dsn is not specifiedwrobell1-1/+5
2005-02-16- added Bazaar.get method to get object of given keywrobell1-1/+11
2004-12-20- rename library to Bazaar ORMwrobell19-79/+79
2004-12-20- use Decimal where appropriatewrobell1-6/+8
2004-05-28- test association types with properties, toowrobell1-13/+17
2004-05-26- use bazaar.test.app package for application classeswrobell4-32/+37
2004-05-23- distribute bazaar.test packagebazaar-0_99_5wrobell1-3/+2
2004-05-23- distribute TESTING filewrobell1-1/+1
2004-05-23- more bazaar.test module documentationwrobell3-5/+76