Lunny Xiao
|
78fb484ce0
|
bug fixed
|
2014-01-08 22:47:30 +08:00 |
Nash Tsai
|
aea4095558
|
tidy up null value tests and avoid mymysql and postgres drive time handling
|
2013-12-25 12:19:00 +08:00 |
Lunny Xiao
|
59412a951c
|
use tabs
|
2013-12-18 11:31:32 +08:00 |
Lunny Xiao
|
286b8725ed
|
use 4 spaces replace tab
|
2013-12-17 17:55:27 +08:00 |
Lunny Xiao
|
81a4c102b9
|
add benchmark tests
|
2013-12-16 23:42:31 +08:00 |
Lunny Xiao
|
c70b4ad8d3
|
replace tab to 4 spaces for all codes
|
2013-12-09 10:29:23 +08:00 |
Lunny Xiao
|
1d90c34f61
|
merge null field codes
|
2013-12-08 21:40:58 +08:00 |
Nash Tsai
|
aae8a6c90e
|
create 3rd base test to void use of cache
|
2013-12-06 19:55:47 +08:00 |
Nash Tsai
|
b71b3f0ad3
|
add mysqlDdlImport to mysql_test.go
|
2013-12-06 11:09:34 +08:00 |
Lunny Xiao
|
0d1efc74a6
|
bug fixed and more benchmark tests
|
2013-12-04 15:03:21 +08:00 |
Lunny Xiao
|
d611b575ee
|
fixed bool bug; added cache expired
|
2013-11-17 00:52:43 +08:00 |
Lunny Xiao
|
c0d008e631
|
Added support for Find(*[]*Struct); added notnull;
|
2013-10-05 00:44:43 +08:00 |
Lunny Xiao
|
7ebd533407
|
add Sync() method for sync column, index to table
|
2013-09-28 23:14:42 +08:00 |
Lunny Xiao
|
48fa4c6fbc
|
many bugs fixed
|
2013-09-26 15:19:39 +08:00 |
Lunny Xiao
|
b0b3c16372
|
v0.1.9 added postgres,mymysql supported;add Cols, StoreEngine, Charset;add many column types
|
2013-08-08 13:24:38 +08:00 |
Lunny Xiao
|
185542a588
|
fix test password of mysql
|
2013-07-15 23:45:04 +08:00 |
Lunny Xiao
|
a0957a46fe
|
fix test passwd
|
2013-07-03 11:55:47 +08:00 |
Lunny Xiao
|
89da5db77f
|
fix test passwd
|
2013-07-03 11:54:27 +08:00 |
Lunny Xiao
|
fd36a7a539
|
v0.1.7 Added IConnectPool interface and NoneConnectPool, SysConnectPool, SimpleConnectPool the three implements. You can choose one of them and the default is SysConnectPool. You can customrize your own connection pool. struct Engine added Close method, It should be invoked before system exit.
|
2013-07-03 11:49:29 +08:00 |
Lunny Xiao
|
35a48bd776
|
fix test config
|
2013-06-21 12:39:01 +08:00 |
Lunny Xiao
|
fb6f84bc90
|
go routine support;raw sql support
|
2013-06-16 11:05:16 +08:00 |
Lunny Xiao
|
4edb3c96db
|
improved tests
|
2013-06-08 12:41:51 +08:00 |