Commit Graph

30 Commits

Author SHA1 Message Date
Ming Deng 650fde66aa Revert "Merge pull request #4254 from astaxie/develop-2.0"
This reverts commit e284b0ddae, reversing
changes made to 8ef8fd2606.
2020-11-26 17:48:29 +08:00
Ming Deng b4a85c8f13 Remove files 2020-08-16 23:09:19 +08:00
zav8 af4464ce58 add support for pointer fields of structs to method QueryRows() 2019-02-01 15:27:10 +08:00
zav8 6da4a66c20 merge switch cases 2018-12-06 16:09:39 +08:00
zav8 5e4241fc87 add support for field of type sql.NullXxx in rawSet.setFieldValue() 2018-12-06 16:07:07 +08:00
nlimpid 6b0155c4fb add different column name parse strategy 2018-11-20 22:47:56 +08:00
sunxinle 589f3755f0 允许o.Raw(sql).QueryRows(&container) 传入的container包含结构的嵌套 2017-05-12 18:11:42 +08:00
astaxie aa8f7bc146 fix ineffectual 2017-04-28 22:36:28 +08:00
astaxie 8c37a07adb optimize the ORM 2016-08-31 00:07:19 +08:00
qAison 8f0749ddee fix fk field null value 2016-05-27 13:53:28 +08:00
miraclesu 85f55fcb41 orm: inline struct support 2016-02-24 18:46:14 +08:00
astaxie 68ec133aa8 golint orm 2015-09-12 21:46:43 +08:00
astaxie 1d8afdc9c9 gofmt -s & go_vet 2015-05-25 09:10:34 +08:00
astaxie a144769515 update the documents & comments 2014-08-18 16:41:43 +08:00
astaxie fefd8ddb5b beego: update licence& fix #669 2014-07-03 23:40:21 +08:00
astaxie 0f170a80da update the comments fix #658 2014-06-25 10:39:37 +08:00
astaxie c188cbbcb4 update all files License 2014-05-17 02:26:50 +08:00
slene 9384e87083 orm 1. add api: NewOrmWithDB, AddAliasWthDB; 2. RawSeter -> add api: RowsToMap, RowsToStruct; 3. RawSeter -> change api: Values, ValuesList, ValuesFlat add optional params comumns. 2014-01-27 01:48:00 +08:00
FuXiaoHei 828a306069 add comments for orm package, done 2014-01-17 23:28:54 +08:00
slene 61c0b3e286 fix db locked 2013-12-31 09:55:29 +08:00
slene 412a4a04de #384 2013-12-30 23:04:13 +08:00
slene 658a671b79 all panic use Error 2013-10-09 11:37:16 +08:00
slene 41dd6e580d orm 1. complete QueryRow/QueryRows api 2. QuerySeter.All support *[]Type and *[]*Type 2013-09-09 22:33:41 +08:00
slene 6064a7ab2a orm RawSeter readValues set nil when get NULL 2013-08-30 12:38:32 +08:00
slene 27b84841a7 orm add full regular go type support, such as int8, uint8, byte, rune. add date/datetime timezone support very well. 2013-08-13 17:17:19 +08:00
slene 45345fa782 orm add postgres support 2013-08-11 22:27:45 +08:00
slene 6c41e6dd78 orm add sqlite3 support, may be support postgres in next commit 2013-08-11 00:15:26 +08:00
slene 45aa071261 orm add queries debug logger 2013-08-09 13:20:19 +08:00
slene 46668b811f some fix / add test 2013-08-07 19:11:44 +08:00
slene bce35c708a init orm project, beta, unstable 2013-07-30 20:32:38 +08:00