Commit Graph

416 Commits

Author SHA1 Message Date
Nash Tsai 895d976804 fixed cases Drivers and Dialects are not registered, where sql driver is loaded after xorm.init(), using explicit call to register Drivers and Dialects upon xorm.NewEngine() call 2014-04-16 01:25:01 +08:00
Nash Tsai 145358a74e update API comments 2014-04-15 14:37:10 +08:00
Lunny Xiao 9a7a6cd4d2 move Inc() to Incr() 2014-04-15 12:14:18 +08:00
Lunny Xiao 1161484c92 Merge branch 'dev' of https://github.com/unphp/xorm into unphp-dev 2014-04-15 11:46:43 +08:00
Lunny Xiao feb1f45e72 Added NewDB(), DB(), Clone() and removed pool object and other improvements 2014-04-15 11:39:29 +08:00
unphp e2aa0ef2c2 Method In provides a update string 2014-04-15 10:55:32 +08:00
unphp 64e5181112 Method In provides a update string 2014-04-15 10:55:27 +08:00
unphp decbeefc27 Method In provides a update string 2014-04-15 10:55:19 +08:00
unphp 97f4b0e45c Method In provides a update string 2014-04-15 10:55:14 +08:00
Nash Tsai 38616e71fd flatten caches dir 2014-04-14 15:32:33 +08:00
Nash Tsai 8814370390 flatten the drivers dir 2014-04-14 15:22:01 +08:00
S.W.H cee1c951b5 Merge pull request #93 from admpub/dev
bug fixed
2014-04-13 12:41:24 +08:00
商讯在线 ad33a0be49 bug fixed
Signed-off-by: 商讯在线 <swhbox@foxmail.com>
2014-04-13 12:22:32 +08:00
S.W.H 7826f88534 Merge pull request #4 from go-xorm/dev
update Dev
2014-04-13 11:11:46 +08:00
Lunny Xiao a8b9f5d8b8 bug fixed and code refactoring 2014-04-11 23:33:56 +08:00
Nash Tsai b1dfd648f2 fixed #86, increment version field after update 2014-04-11 21:31:44 +08:00
Nash Tsai 81c947b61b flattened dialects dir and register db dialect for assocaited registered driver 2014-04-11 21:06:11 +08:00
Nash Tsai a0919b5371 remove xorm dir as it's relocated to github.com/go-xorm/cmd 2014-04-11 17:29:00 +08:00
Lunny Xiao e7277992ad Merge branch 'dev' of github.com:go-xorm/xorm into dev 2014-04-11 17:24:25 +08:00
Lunny Xiao f30dadfd02 move tests to a sereprated repository 2014-04-11 17:22:21 +08:00
Nash Tsai 1213bc14b5 renamed import path 2014-04-11 17:16:43 +08:00
Lunny Xiao 128db9c792 bug fixed and tests passed 2014-04-11 17:04:39 +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
Lunny Xiao 6181361116 docs added TableName 2014-04-08 16:50:43 +08:00
Lunny Xiao 9b23e7d6c0 resolved #89: if struct has func, the struct's name is the result 2014-04-08 16:46:23 +08:00
Lunny Xiao 9d5f834eb2 bug fixed & add MustCols function & improved docs 2014-04-06 12:58:16 +08:00
Lunny Xiao 6e7cead1ec remove debug info 2014-04-05 22:18:25 +08:00
Lunny Xiao a1e3dd8db0 comment ql 2014-04-05 22:17:12 +08:00
Lunny Xiao 9d64ef5013 bug fixed 2014-04-05 22:14:00 +08:00
Lunny Xiao ff3a06b3dc ql support 2014-03-28 15:03:35 +08:00
Lunny Xiao 182428e13d add use case gogs 2014-03-27 22:16:06 +08:00
Lunny Xiao 3aed2090a0 add AllCols for update all cols 2014-03-24 20:41:07 +08:00
Lunny Xiao 8d5bd092d8 license 2014-03-23 17:16:11 +08:00
Lunny Xiao f955c21364 merge 2014-03-20 22:04:02 +08:00
lunny 11aa2a973c Init commit 2014-03-20 13:46:32 +00:00
Lunny Xiao 4b78ab34db merge 2014-03-19 17:07:22 +08:00
xiaoxiao d97ff5ee86 Init commit 2014-03-19 16:55:50 +08:00
Lunny Xiao 1c81f52576 update tests 2014-03-14 15:05:58 +08:00
Lunny Xiao df3bda568b improved QuickStart.md 2014-03-12 23:23:01 +08:00
Lunny Xiao 45b3f9775e bug fixed for statement.IdParam 2014-02-25 18:45:24 +08:00
Lunny Xiao 146d5db5ea bug fixed 2014-02-18 14:10:51 +08:00
Lunny Xiao 2373ec2e0b Merge branch 'master' of github.com:lunny/xorm 2014-02-12 15:11:09 +08:00
Lunny Xiao f76bd3b102 add gobuild as cases 2014-02-12 15:10:37 +08:00
lunny ae7e2f8e3d Merge pull request #58 from nashtsai/patch-1
Update CONTRIBUTING.md
2014-02-12 12:42:11 +08:00
Nash Tsai 1927a64cf3 Update CONTRIBUTING.md
add links for fork a repo to
2014-02-12 11:29:27 +08:00
lunny d9a6d58814 Merge pull request #57 from nashtsai/dev-logger
private Engine.LogSQL and create ILogger interface that is compatible wi...
2014-02-12 10:14:04 +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 f3c9d18bb8 Merge pull request #56 from admpub/master
补遗
2014-02-11 22:23:13 +08:00
商讯在线 d0567a63b4 补遗
Signed-off-by: 商讯在线 <swhbox@foxmail.com>
2014-02-11 21:42:14 +08:00
Lunny Xiao 2c79b61741 add map & struct methods for core.Stmt 2014-02-11 15:07:21 +08:00