Goran Marić
9772713589
Update clause.go
...
Exported constants and variables for special names.
Updated comments to be more descriptive.
I followed common Go naming conventions for exported names.
I used more descriptive names for variables where appropriate.
We grouped related constants and variables.
Added comments for exported methods and types.
2023-12-05 20:39:27 +01:00
Jinzhu
4d6b70ec88
Allow modify statement from dest
2023-02-02 17:15:08 +08:00
Ratan Phayade
a3abb5fedf
support named params in Select API ( #4142 )
...
* adds support for named arguments in select
* changes clause identifies and adds test
2021-03-07 10:59:00 +08:00
Philip Sahli
9b8d3b3a0f
fix typo ( #3911 )
2021-01-04 11:30:05 +08:00
Jinzhu
4456df7a5d
Lint with golangci-lint
2020-07-16 11:27:12 +08:00
Jinzhu
a1e35bdc94
Support merge batch data some having primary values
2020-06-20 16:52:15 +08:00
Jinzhu
56bdded0f8
Fix statement modifier support
2020-06-14 12:18:46 +08:00
Jinzhu
6937d713c3
Refactor clauses
2020-06-06 22:52:08 +08:00
Jinzhu
d05128be78
OnConflict support for mysql
2020-05-29 22:34:35 +08:00
Jinzhu
504f42760a
Refactor clause Writer
2020-03-09 17:07:00 +08:00
Jinzhu
1f38ec4410
Finish clauses tests
2020-02-08 23:23:45 +08:00
Jinzhu
46b1c85f88
Add more clauses
2020-02-04 08:56:15 +08:00
Jinzhu
d833efe8b9
Work on clauses
2020-02-02 19:11:17 +08:00
Jinzhu
eea78f3f30
Implement parse relationship architecture
2020-02-01 12:46:52 +08:00
Jinzhu
9d5b9834d9
Refactor builder
2020-01-30 19:47:00 +08:00
Jinzhu
85bfd175c6
Implement build conditions
2020-01-30 03:03:06 +08:00
Jinzhu
b9cce2be6a
Add clause, DB API, model definition
2020-01-29 19:22:44 +08:00