-
timp
2004-09-28 13:48#17
Rev.: 1.1
-
Message logged if an attempt is made to index an unindexable field.
Not currently used, but would be necessary if we were to use MSSQL TEXT fields for example.
66 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
UnindexableLogEvent.java (new 66)
-
timp
2004-09-28 13:45#16
Rev.: 1.18
-
Add super method so that it can be overridden lin SQLServer
7 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
DatePoemType.java (+7 -1)
-
timp
2004-09-28 13:43#15
Rev.: 1.55
-
Formatting
8 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Column.java (+8 -8)
-
timp
2004-09-28 13:42#14
Rev.: 1.14
-
Add super method so that it can be overridden lin SQLServer
7 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
TimestampPoemType.java (+7 -1)
-
timp
2004-09-19 23:35#13
Rev.: 1.7
-
Add MSSQL String Type, change driver, ignore dtproperties table
54 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/dbms:
SQLServer.java (+54 -2)
-
timp
2004-09-19 23:32#12
Rev.: 1.13
-
Add smallint and char datatypes
16 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/dbms:
MySQL.java (+16 -15)
-
timp
2004-09-19 23:28#11
Rev.: 1.25
-
Undo hack
4 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/dbms:
AnsiStandard.java (+4 -6)
-
timp
2004-09-19 23:26#10
Rev.: 1.109
-
explicitly ignore db schema in metadata call
12 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Table.java (+12 -6)
-
timp
2004-09-19 23:15#9
-
Javadoc
12 lines of code changed in 2 files:
- poem/src/main/java/org/melati/poem:
SizedAtomPoemType.java (+10 -2),
StringPoemType.java (+2 -2)
-
timp
2004-09-19 23:12#8
Rev.: 1.73
-
Ignore grotty tables
7 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Database.java (+7 -5)
-
timp
2004-09-19 17:33#7
Rev.: 1.6
-
Add MSStringPoemType to handle 2147483647 magic number for text fields
16 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/dbms:
SQLServer.java (+16 -6)
-
timp
2004-09-19 17:27#6
Rev.: 1.12
-
Use BinaryPoemtype not IntegerPoemType for Blobs
14 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/dbms:
MySQL.java (+14 -6)
-
timp
2004-09-19 16:49#5
Rev.: 1.7
-
Indentation and fixed FIXME
64 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/dbms:
Mckoi.java (+64 -67)
-
timp
2004-09-19 16:48#4
Rev.: 1.8
-
Indentation
29 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/dbms:
Interbase.java (+29 -29)
-
timp
2004-09-19 16:47#3
Rev.: 1.21
-
Javadoc
11 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/dbms:
Dbms.java (+11 -1)
-
timp
2004-09-19 16:46#2
Rev.: 1.24
-
Unprincipled hack to get MySQL working
5 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/dbms:
AnsiStandard.java (+5 -3)
-
timp
2004-09-19 16:36#1
Rev.: 1.1
-
MS SQL drivers
0 lines of code changed in 3 files:
- lib:
msbase.jar (new),
mssqlserver.jar (new),
msutil.jar (new)