-
kimptoc
2000-09-18 22:41
-
provide better support for closing odmg db
23 lines of code changed in 2 files:
- melati-example-odmg/src/main/java/org/melati/poem/odmg:
Database.java (+1),
ODMGFactory.java (+22 -3)
-
kimptoc
2000-09-18 21:07
-
added a disconnect method to Database and added its use to odmg method
26 lines of code changed in 2 files:
- melati-example-odmg/src/main/java/org/melati/poem/odmg:
Database.java (+1)
- poem/src/main/java/org/melati/poem:
Database.java (+25 -1)
-
kimptoc
2000-09-18 20:44Rev.: 1.3
-
made odmg method more robust
2 lines of code changed in 1 file:
- melati-example-odmg/src/main/java/org/melati/poem/odmg:
Database.java (+2 -1)
-
kimptoc
2000-09-11 08:42Rev.: 1.58
-
added some comments to the selection methods
20 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Table.java (+20 -1)
-
kimptoc
2000-09-10 20:57Rev.: 1.7
-
tweaked the odmg wrapper test code
3 lines of code changed in 1 file:
- melati-example-odmg/src/main/java/org/melati/example/odmg:
PlayingTest.java (+3 -3)
-
kimptoc
2000-09-05 11:46
-
fixed version of odmg wrapper with ordering
56 lines of code changed in 2 files:
- melati-example-odmg/src/main/java/org/melati/example/odmg:
PlayingTest.java (+43)
- melati-example-odmg/src/main/java/org/melati/poem/odmg:
PoemTableAsDCollection.java (+13 -6)
-
kimptoc
2000-09-05 11:19Rev.: 1.5
-
updated the test
16 lines of code changed in 1 file:
- melati-example-odmg/src/main/java/org/melati/example/odmg:
PlayingTest.java (+16 -6)
-
kimptoc
2000-09-05 11:11Rev.: 1.6
-
tweaks to the select clause - support for order by
33 lines of code changed in 1 file:
- melati-example-odmg/src/main/java/org/melati/poem/odmg:
PoemTableAsDCollection.java (+33 -3)
-
kimptoc
2000-08-31 20:35Rev.: 1.5
-
tweak to support deletes on objects with references
11 lines of code changed in 1 file:
- melati-example-odmg/src/main/java/org/melati/poem/odmg:
PoemTableAsDCollection.java (+11 -1)
-
kimptoc
2000-08-31 13:13Rev.: 1.4
-
added query support to odmg wrapper
29 lines of code changed in 1 file:
- melati-example-odmg/src/main/java/org/melati/poem/odmg:
PoemTableAsDCollection.java (+29 -13)
-
kimptoc
2000-08-31 12:15Rev.: 1.3
-
implement some more of the poem odmg wrapper
41 lines of code changed in 1 file:
- melati-example-odmg/src/main/java/org/melati/poem/odmg:
PoemTableAsDCollection.java (+41 -4)
-
kimptoc
2000-08-30 21:36Rev.: 1.27
-
added shortcut method of making Persistent objects persistent
7 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Persistent.java (+7 -1)
-
kimptoc
2000-08-30 19:52
-
a working test of the odmg wrapper yabbadabbadoo
29 lines of code changed in 4 files:
- melati-example-odmg/src/main/java/org/melati/example/odmg:
PlayingTest.java (+2 -1)
- melati-example-odmg/src/main/java/org/melati/poem/odmg:
ODMGFactory.java (+7 -1),
PoemTableAsDCollection.java (+7 -1),
Transaction.java (+13 -1)
-
kimptoc
2000-08-30 19:30
-
factored out begin/end session to allow non-anon class sessions
60 lines of code changed in 3 files:
- melati-example-odmg/src/main/java/org/melati/poem/odmg:
Transaction.java (+4 -2)
- poem/src/main/java/org/melati/poem:
Database.java (+26 -1),
PoemThread.java (+30 -6)
-
kimptoc
2000-08-30 09:33Rev.: 1.3
-
tweaks to odmg wrapper - getting closer
1 lines of code changed in 1 file:
- melati-example-odmg/src/main/java/org/melati/example/odmg:
PlayingTest.java (+1 -1)
-
kimptoc
2000-08-30 08:42Rev.: 1.2
-
tweaks to props
3 lines of code changed in 1 file:
- melati-example-odmg/src/main/java/org/melati/example/odmg:
org.melati.LogicalDatabase.properties (+3 -3)
-
kimptoc
2000-08-29 13:45
-
progress on odmg wrapper - still don't work though
21 lines of code changed in 4 files:
- melati-example-odmg/src/main/java/org/melati/example/odmg:
PlayingTest.java (+3),
org.melati.LogicalDatabase.properties (new 3)
- melati-example-odmg/src/main/java/org/melati/poem/odmg:
Database.java (+7 -1),
Transaction.java (+8 -2)
-
kimptoc
2000-08-28 21:16
-
first dodgy cut of the odmg wrapper of poem
156 lines of code changed in 7 files:
- melati-example-odmg/src/main/java/org/melati/example/odmg:
Playing.dsd (new),
PlayingTest.java (new 2)
- melati-example-odmg/src/main/java/org/melati/poem/odmg:
Database.java (new 71),
ODMGFactory.java (new 12),
PoemTableAsDCollection.java (new 37),
Transaction.java (new 32)
- melati/src/main/java/org/melati:
compile.sh (+2 -2)
-
kimptoc
2000-07-23 15:28
-
added an ant based build script
60 lines of code changed in 2 files:
-
ReleaseProcedure.txt (new 59)
-
kimptoc
2000-07-20 12:15Rev.: 1.12
-
Add a javadoc comment to test whether CVS write access for Chris works
5 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
PoemThread.java (+5 -1)