1
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 12 hours ago.
Aug 18, 2024 — Aug 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
tried to resolve type checking for subclasses, gave up for the moment and just commented that out. More... about 23 years ago
Debugging code added for trying to figure out why inheritence of more than 1 level doesn't work right. More... about 23 years ago
Copy dbAPI as dbABI instead of __init__ (import __init__ as * causes problems when there's the chance to import a different init). Now, also create a simple __init__ package. More... about 23 years ago
Sort list of system imports Fixed bug by import types module More... about 23 years ago
Fixed bug where module commenting system was using an undeclared variable. (A name from a previous naming scheme.) More... about 23 years ago
mark task as done More... about 23 years ago
Make pymerase quieter. More... about 23 years ago
Make pymerase ignore debug warnings by default. Change the order of loading warning related components to make setting what warnings to show on the command line work better. More... about 23 years ago
Add an additional warning class. Document how to use command line filters. Insert our warning classes into __builtins__ so import warnings can recognize them when provided on the command line. More... about 23 years ago
PyMerase Attributes Class had some name changes in it... getAttributeList() became getAttributes() More... about 23 years ago
Added support for inheritance. More... about 23 years ago
Added support for inheritance via postgresql Started just passing the class around instead of quering all the class attributes and passing them around. More... about 23 years ago
Added support for inheritance. Started switching functions to directly query the ClassMetainfo structure instead of passing around the retrieved values, still needs more work. More... about 23 years ago
Added a getPrimaryKeyName to ERClassMetaInfo to protect it from being directly accessed. Followed the more consistant renamed pymerase api. Parsed inheritance information from the xml files. More... about 23 years ago
Renamed some methods to be a bit more consistant in my api More... about 23 years ago
File that Michael forgot to have checked in during the last update. More... about 23 years ago
verified all examples work and updated example entries More... about 23 years ago
Added support module for database serialization More... about 23 years ago
regenerated More... about 23 years ago
new More... about 23 years ago
Got MSSQL support working. More... about 23 years ago
Updated to add obj2database() methods More... about 23 years ago
updated to allow empty inserts, which isn't going to work... More... about 23 years ago
Added support for Microsoft SQL Server More... about 23 years ago
Added support for Microsoft SQL Server. More... about 23 years ago
Updated to include the BioDataCube example More... about 23 years ago
updated ArrayDesign 2 to use 500 features and updated README for new location More... about 23 years ago
resolved conflicts in my version. Updated header and some stuff below __END__ More... about 23 years ago
minor updates More... about 23 years ago
updated to new API More... about 23 years ago