openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
M
mged
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 19 hours
ago. based on code collected
1 day
ago.
Aug 20, 2024 — Aug 20, 2025
Showing page 20 of 35
Search / Filter on:
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.
detrout
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.)
detrout
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.)
detrout
More...
about 23 years ago
Updated for new location for class meta info stuff.
detrout
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.
detrout
More...
about 23 years ago
Moved class meta info stuff into this file.
detrout
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.)
detrout
More...
about 23 years ago
make the sql statements case sensitive
detrout
More...
about 23 years ago
Make the sql query statements case sensitive.
detrout
More...
about 23 years ago
Preserve the case of the names of tables, fields, and sequences.
detrout
More...
about 23 years ago
Pass db_session object to base classes so the foreign key links defined in them can work.
detrout
More...
about 23 years ago
Changed form to use pull down menu to select mode!
kingb
More...
about 23 years ago
Fixed code so that new mode works correctly
kingb
More...
about 23 years ago
changed function call to new date time function
kingb
More...
about 23 years ago
added datetime support
kingb
More...
about 23 years ago
added mxDatetime support
kingb
More...
about 23 years ago
removed some #FIXME lines
kingb
More...
about 23 years ago
removed record.
kingb
More...
about 23 years ago
CreateDBEditor now has functioning edit/new modes.
kingb
More...
about 23 years ago
Added support for CreateDBEditor output module.
kingb
More...
about 23 years ago
Added code to submit new and modified records.
kingb
More...
about 23 years ago
changed Students_web.py to <!--TITLE-->_web.py to make it post to the proper file.
kingb
More...
about 23 years ago
Added convenience utilities to iPymerase
kingb
More...
about 23 years ago
Convenience Utilities for iPymerase
kingb
More...
about 23 years ago
Add support for XMI string class type.
detrout
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.
detrout
More...
about 23 years ago
Move forward declaration sorting off to util.SortMetaInfo.
detrout
More...
about 23 years ago
Sort list passed in from parser to be forward declaration safe. Work on improving package support.
detrout
More...
about 23 years ago
First import of utilities to sort the list of classes returned by the input parser.
detrout
More...
about 23 years ago
Added some documentation
detrout
More...
about 23 years ago
←
1
2
…
16
17
18
19
20
21
22
23
24
…
34
35
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree