1
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected 1 day ago.
Aug 20, 2024 — Aug 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Converted API calls in dbAPI to use mixed case instead of underscores. (just to break everyone's code one more time.) e.g. get_all_objects -> getAllObjects. More... about 23 years ago
Switched from using getter/setter functions to access the primary key value, to just directly accessing the class object. (Which simplifies dealing with the multiple possible function names.) More... about 23 years ago
Switched from using hard coded getter/setter function names to using the NameMangler to generate the function names. (This allows using differing naming conventions.) More... about 23 years ago
Updated for new location for class meta info stuff. More... about 23 years ago
Pass name mangler around via passing the pymerase configuration class. Implemented name mangler code which forces a particular naming convention for classes and variable names. More... about 23 years ago
Moved class meta info stuff into this file. More... about 23 years ago
Move class meta info related stuff into ClassMembers.py Create class to hold configuration information about translation, (e.g. what name mangler to use, what package to use, etc.) More... about 23 years ago
make the sql statements case sensitive More... about 23 years ago
Make the sql query statements case sensitive. More... about 23 years ago
Preserve the case of the names of tables, fields, and sequences. More... about 23 years ago
Pass db_session object to base classes so the foreign key links defined in them can work. More... about 23 years ago
Changed form to use pull down menu to select mode! More... about 23 years ago
Fixed code so that new mode works correctly More... about 23 years ago
changed function call to new date time function More... about 23 years ago
added datetime support More... about 23 years ago
added mxDatetime support More... about 23 years ago
removed some #FIXME lines More... about 23 years ago
removed record. More... about 23 years ago
CreateDBEditor now has functioning edit/new modes. More... about 23 years ago
Added support for CreateDBEditor output module. More... about 23 years ago
Added code to submit new and modified records. More... about 23 years ago
changed Students_web.py to <!--TITLE-->_web.py to make it post to the proper file. More... about 23 years ago
Added convenience utilities to iPymerase More... about 23 years ago
Convenience Utilities for iPymerase More... about 23 years ago
Add support for XMI string class type. More... about 23 years ago
Fixed bug with circular class references entering into an infinate loop. Fixed bug where a commited class didn't know that it was now from the database. More... about 23 years ago
Move forward declaration sorting off to util.SortMetaInfo. More... about 23 years ago
Sort list passed in from parser to be forward declaration safe. Work on improving package support. More... about 23 years ago
First import of utilities to sort the list of classes returned by the input parser. More... about 23 years ago
Added some documentation More... about 23 years ago