jet/tests/mysql
go-jet c86903fd1d Additional scan performance improvements
Move typeStack to ScanContext, so it is shared between rows.Scan calls.
Use string.Builder for string concatenations.
Simplify value assign logic.
Move convert value to the last assign step (needs for type conversions are rare).
2022-02-09 12:34:10 +01:00
..
alltypes_test.go Skip complex expression parenthesis wrap for function parameters. 2022-01-10 16:57:57 +01:00
cast_test.go Add go mod support. 2020-06-27 18:48:19 +02:00
delete_test.go Add custom function call test. 2022-01-20 17:23:40 +01:00
generator_template_test.go Add support for running integration tests with dockerized test databases. 2021-12-17 16:59:43 +01:00
generator_test.go Add option for generator to ignore tables, views or enums. 2022-01-15 17:43:25 +01:00
insert_test.go Avoid unnecessary double wrapping of SELECT statement when used as single function parameter. 2021-10-21 13:40:26 +02:00
lock_test.go Add go mod support. 2020-06-27 18:48:19 +02:00
main_test.go Rename SetQueryLoggerFunc to SetQueryLogger 2022-01-20 16:51:32 +01:00
raw_statement_test.go Add support to retrieve Rows from statement 2021-05-16 18:46:50 +02:00
select_test.go Additional scan performance improvements 2022-02-09 12:34:10 +01:00
update_test.go Add FROM clause support for UPDATE statements 2021-12-08 18:13:58 +01:00
with_test.go Add WITH RECURSIVE statement support 2022-01-04 18:08:06 +01:00