gorm/clause
Clark McCauley 540fb49bcb
Fixed #5355 - Named variables don't work when followed by Windows CRLF line endings (#5356)
* Fixed #5355.

* Fixed unit test to test both CRLF and CR line endings
2022-05-22 15:16:01 +08:00
..
benchmarks_test.go ci: add gofumpt check in reviewdog (#4973) 2022-01-06 15:02:53 +08:00
clause.go support named params in Select API (#4142) 2021-03-07 10:59:00 +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 Fixed #5355 - Named variables don't work when followed by Windows CRLF line endings (#5356) 2022-05-22 15:16:01 +08:00
expression_test.go Fixed #5355 - Named variables don't work when followed by Windows CRLF line endings (#5356) 2022-05-22 15:16:01 +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 Support Having w/o Group 2021-03-30 18:28:09 +08:00
group_by_test.go ci: add gofumpt check in reviewdog (#4973) 2022-01-06 15:02:53 +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 Use WriteByte for single byte operations (#5167) 2022-03-17 22:54:30 +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 Improve returning support 2021-10-26 22:40:14 +08:00
order_by.go Support Expression for OrderBy clause 2020-11-03 10:30:05 +08:00
order_by_test.go ci: add gofumpt check in reviewdog (#4973) 2022-01-06 15:02:53 +08:00
returning.go Add returning support to delete 2021-10-28 07:56:55 +08:00
returning_test.go Rename package name 2020-06-02 09:18:01 +08:00
select.go New Comma Expression (#4524) 2021-07-14 15:51:24 +08:00
select_test.go Support use clause.Expression as argument 2022-01-28 18:48:32 +08:00
set.go Fix FullSaveAssociations, close #4874 2021-11-29 11:02:44 +08:00
set_test.go ci: add gofumpt check in reviewdog (#4973) 2022-01-06 15:02:53 +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 ci: add gofumpt check in reviewdog (#4973) 2022-01-06 15:02:53 +08:00
where.go Use WriteByte for single byte operations (#5167) 2022-03-17 22:54:30 +08:00
where_test.go Fixed the use of "or" to be " OR ", to account for words that contain "or" or "and" (e.g., 'score', 'band') in a sql statement as the name of a field. 2022-02-20 08:22:21 +08:00
with.go ci: add gofumpt check in reviewdog (#4973) 2022-01-06 15:02:53 +08:00