Nash Tsai
814036e258
1. correct use of 'sql' string clash with sql pacakage. 2. checked type conversion.
2013-12-28 02:42:50 +08:00
Nash Tsai
7bbabe72f0
add Session.row2Bean
2013-12-27 02:14:30 +08:00
Nash Tsai
5d1ea229a4
Merge branch 'master' into scrolling-rs
2013-12-26 21:11:10 +08:00
Nash Tsai
0dd3951636
make Import() call Db.Exec() directly
2013-12-26 18:31:04 +08:00
Nash Tsai
a3f1d98775
code tidy up
2013-12-26 15:11:15 +08:00
Nash Tsai
6269596915
update API comments
2013-12-26 14:53:20 +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
Nash Tsai
e59b76cb6c
add TODO comments
2013-12-25 23:50:37 +08:00
Nash Tsai
6aa911aae0
comment Iterator public methods
2013-12-25 23:35:34 +08:00
Nash Tsai
99ebe8f165
add testScroll test
2013-12-25 23:27:54 +08:00
Nash Tsai
275205e6f1
implemented forward scrolling resultset and updated Session.Iterator() implementation
2013-12-25 15:39:56 +08:00
Nash Tsai
216247be1b
fixed wrong logic in tests
2013-12-25 12:55:00 +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
Nash Tsai
6b4eca8204
Merge remote-tracking branch 'upstream/master'
2013-12-24 11:52:22 +08:00
Nash Tsai
d6de8fbb8b
code tidy up
2013-12-24 11:52:20 +08:00
lunny
10bf7b2e7f
Merge branch 'master' of github.com:lunny/xorm
2013-12-23 16:03:10 +08:00
lunny
90a9a30143
bug fixed
2013-12-23 16:03:02 +08:00
Lunny Xiao
112bc13fe9
merge
2013-12-22 00:09:56 +08:00
Lunny Xiao
4f80258e8c
add composite primary key doc
2013-12-22 00:08:30 +08:00
lunny
6850712507
mssql bug fixed
2013-12-20 18:18:20 +08:00
Lunny Xiao
e6f18fdbfd
mssql bug fixed
2013-12-20 17:35:48 +08:00
Lunny Xiao
fc553e2d18
remove debug info
2013-12-20 16:58:41 +08:00
Lunny Xiao
97a2494984
id bug fixed
2013-12-20 16:31:26 +08:00
Lunny Xiao
9ee32711ba
bug fix
2013-12-20 15:55:34 +08:00
lunny
b778bfce82
merge mssql support
2013-12-20 15:11:56 +08:00
lunny
4459c88a28
add mssql support
2013-12-20 14:53:40 +08:00
Nash Tsai
40bea73d0b
code tidy up
2013-12-20 02:32:11 +08:00
Nash Tsai
322bfa2d98
Merge remote-tracking branch 'upstream/master'
2013-12-20 02:26:47 +08:00
Nash Tsai
7ebbe91892
code tidy up
2013-12-20 02:25:46 +08:00
Lunny Xiao
81af494cab
bug fixed
2013-12-19 23:28:38 +08:00
Lunny Xiao
31dbc146ee
add nocascade method
2013-12-19 22:32:00 +08:00
Nash Tsai
9f3a211ed9
code tidy up
2013-12-18 22:55:39 +08:00
Nash Tsai
c2fe9ee0d5
resolved merger from upstream
2013-12-18 15:26:48 +08:00
Nash Tsai
a6eb640d81
tidy up comments
2013-12-18 15:24: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
420faa1e66
Merge branch 'master' of github.com:lunny/xorm
...
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2013-12-17 17:32:43 +08:00
Lunny Xiao
4c7e98d8d6
refactoring db interface
2013-12-17 17:30:05 +08:00
lunny
6572c2e402
Merge pull request #33 from nashtsai/compositekey
...
Compositekey
2013-12-16 20:09:39 -08:00
Lunny Xiao
99c7031b50
merge composite key
2013-12-17 09:38:20 +08:00
Lunny Xiao
81a4c102b9
add benchmark tests
2013-12-16 23:42:31 +08:00
Nash Tsai
98ffa812bc
Merge branch 'master' into compositekey
2013-12-16 23:15:01 +08:00
Nash Tsai
f2b20d510c
implemented composite key
2013-12-16 23:13:23 +08:00
Lunny Xiao
f0ae4ff860
improved docs
2013-12-13 11:15:54 +08:00
Lunny Xiao
8b84f5d692
doc improved
2013-12-12 16:54:50 +08:00
Lunny Xiao
f8b456e670
docs fixed
2013-12-12 15:42:44 +08:00
Lunny Xiao
98d4c0e000
bug fixed
2013-12-12 14:33:26 +08:00
Lunny Xiao
bb6a9c24fa
multiple In() supports
2013-12-11 16:27:33 +08:00
Lunny Xiao
82bdc0ec5a
bug fixed for Sql().Find()
2013-12-10 15:12:43 +08:00
Lunny Xiao
c70b4ad8d3
replace tab to 4 spaces for all codes
2013-12-09 10:29:23 +08:00