Lunny Xiao
|
cd5244ee2c
|
bug fixed for log
|
2016-09-29 22:10:55 +08:00 |
Lunny Xiao
|
c9b09da6e1
|
rename
|
2016-09-19 11:13:40 +08:00 |
Lunny Xiao
|
ea9a4495ac
|
golint and comments
|
2016-07-11 11:29:34 +08:00 |
Lunny Xiao
|
b8b1711cde
|
resolved gogits/gogs#3251
|
2016-07-11 07:21:12 +08:00 |
Lunny Xiao
|
811443400f
|
resolved #389
|
2016-07-09 11:36:23 +08:00 |
Lunny Xiao
|
5612916fea
|
bug fixed and performance improved for table name
|
2016-07-09 08:15:53 +08:00 |
evalphobia
|
ebd11048f3
|
Added feature for storing lastSQL query on session
|
2015-07-28 13:03:20 +09:00 |
Lunny Xiao
|
1992491553
|
license
|
2015-04-28 16:25:04 +08:00 |
Lunny Xiao
|
0cfd60f101
|
use DB() instead newDb()
|
2015-02-25 15:26:52 +08:00 |
Nash Tsai
|
0491cec2e6
|
changed to cache and nocache tag value support
public Engine.TableInfo() API
|
2014-08-29 00:34:09 +08:00 |
Lunny Xiao
|
feb1f45e72
|
Added NewDB(), DB(), Clone() and removed pool object and other improvements
|
2014-04-15 11:39:29 +08:00 |
Lunny Xiao
|
5080b2b571
|
Merge branch 'master' into dev
Conflicts:
dialects/oracle.go
dialects/postgres.go
docs/QuickStart.md
engine.go
mysql.go
session.go
statement.go
table.go
tests/base_test.go
xorm.go
xorm/go.go
xorm/reverse.go
|
2014-04-11 15:37:27 +08:00 |
Nash Tsai
|
4f6106e168
|
private Engine.LogSQL and create ILogger interface that is compatible with log/syslog package. Also fixed use of LogError instead of LogSQL
|
2014-02-12 01:35:26 +08:00 |
Lunny Xiao
|
b66e7aa067
|
use core.DB instead of sql.DB
|
2014-02-11 14:59:04 +08:00 |
Lunny Xiao
|
4df43ffa0f
|
new architecture
|
2014-01-07 17:33:27 +08:00 |
Nash Tsai
|
7bbabe72f0
|
add Session.row2Bean
|
2013-12-27 02:14:30 +08:00 |
Nash Tsai
|
6bc64c8fe6
|
change Iterator struct naming to 'Rows' and making compatible interface to sql.Rows
|
2013-12-26 14:50:44 +08:00 |