Menu

#18 Oracle 9i - 10g

open
nobody
None
5
2008-05-27
2008-05-27
Shadow_x99
No

In reference to an issue regarding Oracle 9i and/or 10g, there is an issue concerning a column named 'comment' of the table 'history'.

'comment' is an oracle keyword and therefore, JTrac cannot be used on an Oracle Database. An easy solution could be prefix all columsn and/or tables with something unique ( 'jt_' for example ) so that no columns and/or tables ever equals a sql keywords.

Here is a small patch for the hibernate configuration file that would achieve the correct result and allow JTrac to run on any database.

However, it may cause some pain to some users because the database will need to be update massively (every column and/or every table name changed).

Discussion

  • Shadow_x99

    Shadow_x99 - 2008-05-27

    Logged In: YES
    user_id=2097578
    Originator: YES

    File Added: jtrac.hbm.xml.patch

     
  • Shadow_x99

    Shadow_x99 - 2008-05-27

    Hibernate File

     
  • Shadow_x99

    Shadow_x99 - 2008-05-27

    Logged In: YES
    user_id=2097578
    Originator: YES

    File Added: jtrac.hbm.xml.patch

     
  • Shadow_x99

    Shadow_x99 - 2008-05-27

    Logged In: YES
    user_id=2097578
    Originator: YES

    Uploaded a new version of the patch which fix a minor issue with an hibernate-generated order-by.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.