Lunny Xiao
|
56700ee336
|
bug fixed
|
2014-01-25 10:31:07 +08:00 |
Lunny Xiao
|
4df43ffa0f
|
new architecture
|
2014-01-07 17:33:27 +08:00 |
Lunny Xiao
|
98d4c0e000
|
bug fixed
|
2013-12-12 14:33:26 +08:00 |
Lunny Xiao
|
c70b4ad8d3
|
replace tab to 4 spaces for all codes
|
2013-12-09 10:29:23 +08:00 |
Lunny Xiao
|
d611b575ee
|
fixed bool bug; added cache expired
|
2013-11-17 00:52:43 +08:00 |
Lunny Xiao
|
be22a978d8
|
improved sync indexes, now check columns;xorm tool bug fiexed
|
2013-10-28 11:16:22 +08:00 |
Lunny Xiao
|
bab16dc763
|
added type and sequence for xorm tool;added max connect for pool(go1.2+)
|
2013-10-27 09:10:20 +08:00 |
Lunny Xiao
|
2caed88b82
|
added xorm reverse tool
|
2013-10-12 23:16:51 +08:00 |
Lunny Xiao
|
9e38ddfa99
|
v0.2 Added Cache supported; Added SameMapper for same name between struct and table; Added Sync method for auto added tables, columns, indexes;
|
2013-09-29 16:43:10 +08:00 |
Lunny Xiao
|
4e4e4852c6
|
bug fixed
|
2013-09-29 08:56:02 +08:00 |
Lunny Xiao
|
7ebd533407
|
add Sync() method for sync column, index to table
|
2013-09-28 23:14:42 +08:00 |
Lunny Xiao
|
29a72f9adb
|
bug fixed
|
2013-09-23 09:22:30 +08:00 |
Lunny Xiao
|
29fe0b6f80
|
added NoAutoTime method; added unfinished cache system, defaultly it's disabled.
|
2013-09-17 17:36:34 +08:00 |
Lunny Xiao
|
1d1c7c9add
|
add Asc and Desc methods
|
2013-09-02 09:54:37 +08:00 |
Lunny Xiao
|
6ecfc78d8d
|
fix bug #7
|
2013-09-01 11:01:10 +08:00 |
Lunny Xiao
|
d90967009a
|
fixed maxconns bug
|
2013-09-01 10:37:46 +08:00 |
Lunny Xiao
|
f0e87becd2
|
added maxconnect limit support
|
2013-08-29 17:26:33 +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
|
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
|
2110aa631e
|
add conversion interface; add struct derive support; add single mapping support
|
2013-06-26 01:02:22 +08:00 |
Lunny Xiao
|
5e90d61fa8
|
mapping now supported single mapping and struct derive
|
2013-06-24 12:08:58 +08:00 |
Lunny Xiao
|
67d07d9d3e
|
fix bug
|
2013-06-21 12:33:54 +08:00 |
Lunny Xiao
|
fb6f84bc90
|
go routine support;raw sql support
|
2013-06-16 11:05:16 +08:00 |