..
args.go
Some refactors ( #2348 ) ( #2352 )
2023-10-27 14:01:14 +00:00
cache.go
some optimzation ( #2272 )
2023-06-02 14:16:30 +00:00
column_map.go
Fix map with cols ( #1575 )
2020-03-06 08:55:12 +00:00
cond.go
Refactor orderby and support arguments ( #2150 )
2022-05-31 11:00:28 +08:00
delete.go
Delete Limit with start will return error because it's not supported by database ( #1895 )
2023-07-26 06:58:55 +00:00
expr.go
fix lint ( #1953 )
2021-06-15 20:28:49 +08:00
index.go
Add missing index hint parameter ( #2378 )
2023-12-19 04:54:04 +00:00
insert.go
some refactors for write functions ( #2342 )
2023-10-25 07:11:18 +00:00
join.go
Implement update join ( #2383 ) ( #2385 )
2023-12-30 10:50:02 +00:00
legacy_select.go
Update internal/statements/legacy_select.go ( #2400 )
2024-02-05 11:13:17 +00:00
order_by.go
Fix the issue of incorrect insertion of data in non UTC time zone zero for numeric types ( #2413 )
2024-02-25 16:16:56 +00:00
pagination.go
Some refactors ( #2348 ) ( #2352 )
2023-10-27 14:01:14 +00:00
pk.go
Fix bug when ID used but no reference table given ( #1709 )
2020-06-13 01:20:25 +00:00
query.go
Fix use hint with join bug ( #2384 )
2023-12-30 06:28:44 +00:00
select.go
Fix join problem ( #2291 )
2023-07-12 02:01:56 +00:00
statement.go
Fix the issue of incorrect insertion of data in non UTC time zone zero for numeric types ( #2413 )
2024-02-25 16:16:56 +00:00
statement_test.go
Add README and fix some lints ( #2079 )
2021-12-14 09:00:35 +08:00
table_name.go
some refactors for write functions ( #2342 )
2023-10-25 07:11:18 +00:00
update.go
Implement update join ( #2383 ) ( #2385 )
2023-12-30 10:50:02 +00:00
values.go
Move convert back to xorm.io/xorm/convert ( #2030 )
2021-08-10 23:20:53 +08:00
writer.go
some refactors for write functions ( #2342 )
2023-10-25 07:11:18 +00:00