..
benchmarks_test.go
Refactor tests files
2020-06-02 10:50:38 +08:00
clause.go
Lint with golangci-lint
2020-07-16 11:27:12 +08:00
clause_test.go
Refactor tests files
2020-06-02 10:50:38 +08:00
delete.go
Refactor clause Writer
2020-03-09 17:07:00 +08:00
delete_test.go
Rename package name
2020-06-02 09:18:01 +08:00
expression.go
Fix building of `clause.Eq` and `clause.Neq` expressions that fail to handle `(*T)(nil)` use cases correctly ( #3848 )
2020-12-11 14:07:23 +08:00
expression_test.go
Fix building of `clause.Eq` and `clause.Neq` expressions that fail to handle `(*T)(nil)` use cases correctly ( #3848 )
2020-12-11 14:07:23 +08:00
from.go
Don't merge clause From
2020-07-15 10:25:10 +08:00
from_test.go
Don't merge clause From
2020-07-15 10:25:10 +08:00
group_by.go
Fix Statement Where clone array corruption in v2
2020-06-07 16:54:01 -04:00
group_by_test.go
Rename package name
2020-06-02 09:18:01 +08:00
insert.go
Refactor clause Writer
2020-03-09 17:07:00 +08:00
insert_test.go
Rename package name
2020-06-02 09:18:01 +08:00
joins.go
Lint with golangci-lint
2020-07-16 11:27:12 +08:00
limit.go
Allow negative number for limit
2020-09-11 11:54:21 +08:00
limit_test.go
fix no limit no offset. ( #3101 )
2020-07-02 18:14:33 +08:00
locking.go
Replace For with Locking
2020-06-06 21:35:28 +08:00
locking_test.go
Refactor clauses
2020-06-06 22:52:08 +08:00
on_conflict.go
Add OnConflict UpdateAll support
2020-11-16 20:22:08 +08:00
order_by.go
Support Expression for OrderBy clause
2020-11-03 10:30:05 +08:00
order_by_test.go
Support Expression for OrderBy clause
2020-11-03 10:30:05 +08:00
returning.go
Finish clauses tests
2020-02-08 23:23:45 +08:00
returning_test.go
Rename package name
2020-06-02 09:18:01 +08:00
select.go
Fix Select with specific symbol, close #3157
2020-07-17 11:24:24 +08:00
select_test.go
Rename package name
2020-06-02 09:18:01 +08:00
set.go
Add batch upsert tests
2020-06-09 09:04:32 +08:00
set_test.go
Add convert map Assignments helper
2020-06-06 17:47:30 +08:00
update.go
Refactor clause Writer
2020-03-09 17:07:00 +08:00
update_test.go
Rename package name
2020-06-02 09:18:01 +08:00
values.go
Add Count tests
2020-05-24 11:35:19 +08:00
values_test.go
Rename package name
2020-06-02 09:18:01 +08:00
where.go
Fix soft delete with OrCondition, close #3627
2020-10-19 14:50:11 +08:00
where_test.go
Test GroupConditions
2020-06-20 01:55:30 +08:00
with.go
Work on clauses
2020-02-02 19:11:17 +08:00