Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
AbstractDatabase.java 4.09 KB 1133 almost 22 years Jing Tao Change back to pass connection as paramter in g...
OracleAdapter.java 3.44 KB 1127 almost 22 years Jing Tao Using getDBConnection method rather than a para...
PostgresqlAdapter.java 3.52 KB 1128 almost 22 years Jing Tao Using getDBConnection rather than pass connecti...
SqlserverAdapter.java 3.45 KB 1129 almost 22 years Jing Tao Using getDBConenction rather than pass connecti...

Latest revisions

# Date Author Comment
1133 05/23/2002 10:26 PM Jing Tao

Change back to pass connection as paramter in getUniqueID, otherwise new connection will cause a error:
sequence XML_NODES_ID_SEQ.CURRVAL is not yet defined in this session

1129 05/23/2002 08:39 PM Jing Tao

Using getDBConenction rather than pass connection as parameter.

1128 05/23/2002 08:38 PM Jing Tao

Using getDBConnection rather than pass connection as a parameter.

1127 05/23/2002 08:36 PM Jing Tao

Using getDBConnection method rather than a parameter.

1126 05/23/2002 08:35 PM Jing Tao

Change the prototype of method getUniqeID

899 01/18/2002 10:24 AM berkley

made a ton of changes related to keeping oracle SQL code out of the main classes. fixed a bug where the timing of the index thread was off so when it went to index a document, the document was not already in xml_documents thus breaking the FK relation between xml_documents and xml_index. I think that bug might be the reason for the blank resultset screens in morpho. made the postgres implementation much more robust.

778 06/08/2001 12:10 PM bojilova

changed all mentions of DBAdapter to the new name AbstractDatabase

775 06/08/2001 11:42 AM bojilova

rename the DB* classes to:
AbstractDatabase
OracleAdapter
PostgresqlAdapter
SqlserverAdapter

773 06/06/2001 01:49 PM bojilova

included new function that returns db specific non-null function name

757 05/31/2001 05:18 PM bojilova

- new db adapter for MS SQL Server
- changed the getUniqueID(conn, tableName) to return the last generated by the db unique ID
instead of generating unique ID first by the appl and then supplied to the insert,
because SQL Server doesn't have capabilities
unique ID to be generated on the client and then supplied to the insert.

View revisions

Also available in: Atom