first it tries to get driver based on #sqlEngine property, then by parsing jdbc url (not sure if this is even still needed, leaving for backward compatibility)
Needed for mssql driver with url "jdbc:microsoft:sqlserver://localhost:1433" (otherwise we'd need to call the sqlengine "microsoft"
not tested with mysql yet.
3 lines of code changed in 1 file:
cristi: added an argument (ignoreDbsv) to org.mak.copy in order to be able to copy add the records with different DBSV.
0 lines of code changed in 6 files:
added a few comments
0 lines of code changed in 1 file:
cristi: mySQL will remain, for now, the default DB for Makumba development since the formatters test needs to open a DB from 2 virtual machines, which is impossible to do in the current implementation in the current implementation of makumba hsqldb support
2 lines of code changed in 1 file:
cristi: fixed bug: attempting to read sets during table copy
29 lines of code changed in 1 file:
cristi: fixed bug: attempting to select a set in table copy
3 lines of code changed in 1 file:
deleted: the new file name countains the folder name
0 lines of code changed in 1 file:
the ptrOne is not unique, because many such pointers may be null
the pair (key, ptrOne) should actually be unique
0 lines of code changed in 1 file:
making sure that null duplicates are not inserted
0 lines of code changed in 1 file:
fix for bug 901, detecting duplicate nulls
0 lines of code changed in 1 file:
comitting last sketches for backup
0 lines of code changed in 2 files:
target "version" was not called
0 lines of code changed in 1 file:
if all makumba db is logged, large hsqldb inserts (antlr.jar) will simply go nuts, filling it with crap
0 lines of code changed in 1 file:
removing dependence on jikes
0 lines of code changed in 1 file:
config files + test class for hsqldb
125 lines of code changed in 5 files:
hsqlbd jar
0 lines of code changed in 1 file:
cristi: support for telling hsqldb in which dir is the database like localhost_hsqldb_some_dir_makumba.properties
4 lines of code changed in 1 file:
cristi: supporting mysql 4.1(14)
2 lines of code changed in 1 file:
forcing avg() to always have a floating point type to avoid the HSQLDB avg(int) problem
0 lines of code changed in 1 file:
cristi: fixed bug: real+int was not allowed...
10 lines of code changed in 1 file:
cristi: fixed bug: it was impossible to sum() or avg() anything else than single-token expressions. so avg(a+b) didn't work
10 lines of code changed in 1 file:
cristi: better treatment of the real type (always returns Double, not BigDecimal or whatever the JDBC wants to return)
10 lines of code changed in 1 file:
organized imports
0 lines of code changed in 1 file:
changed the text type to LONGVARBINARY
0 lines of code changed in 2 files:
hsqldb doesn't name the indexes per table but per database. so we had to add the table name to the field name to create the index
5 lines of code changed in 1 file:
cristi: fixed small bug
1 lines of code changed in 1 file:
cristi: fixed table alteration issues with hsqldb
8 lines of code changed in 2 files:
cristi: using getMakumbaLogger instead of getLogger
14 lines of code changed in 5 files:
cristi: fixed small issue
10 lines of code changed in 2 files:
cristi: added initial support for HSQLDB
adler helped with hsqldb doc search
most tests pass but there are still issues to be solved
1 lines of code changed in 6 files:
cristi: fixed a bug: duplicates were detected but the search for duplicate fields was wrong
6 lines of code changed in 2 files:
cristi: fixed a method name error (it wasn't ovverriding!). not tested
1 lines of code changed in 1 file:
better cleanup
33 lines of code changed in 1 file:
added standard makumba cleanup
9 lines of code changed in 3 files: