Opened 12 years ago

Last modified 12 years ago

#7 new enhancement

fmgVen - Improvements and bug fixes based on production usage

Reported by: fmguler Owned by: fmguler
Priority: major Milestone: fmgVen 0.3
Component: fmgVen Version: fmgVen 0.2
Keywords: improvements, bug fixes Cc:

Description

fmgVen 0.2 version is being used and tested in production. Various improvements and bug fixes will be committed under this ticket.

Change History (2)

comment:1 Changed 12 years ago by fmguler

In [37]:

Refs #7 - Implemented orderAsc and orderDesc methods of Criteria. Have been testing these for a while, no problem so far. Added BigDecimal to db classes (Numeric db type). If the column name is "order" it is escaped while insert/update. (This should be done for all db keywords). Fixed missing mapping of one to many assc. (lists) of many to one (object) assc (obj.obj.list).

comment:2 Changed 12 years ago by fmguler

In [38]:

Refs #7 - Removed explicit platform specification on build. Changed platform to default. Relying on javac target.

Used to set the active platform explicitly to JDK 1.4, but we're in the year 2012! This should not be a problem anymore. At most the user will have run time link problems on Java 1.4, which is easily recoverable (if we accidentally use latest java features). Also I have started to think that even if Java 1.4 happens to be supported, we can use retroweaver for that. Maybe we should update minimum java version to 1.5.

Note: See TracTickets for help on using tickets.