grafana/pkg/util/xorm
Peter Štibraný ca14ca70de
xorm: Move for loop that finds inserted columns outside of iteration over all values. (#102700)
* Move for loop that finds inserted columns outside of iteration over all values.
2025-03-25 16:22:34 +01:00
..
.nolint Chore: Revert golangci PR + bump golangic version (#96326) 2024-11-26 09:19:53 +01:00
LICENSE
convert.go
dialect_mysql.go Spanner support enhancements (#101634) 2025-03-06 16:11:20 +01:00
dialect_postgres.go chore: preallocate slices where we have a good idea of requirements (#91596) 2024-08-07 08:34:52 -04:00
dialect_spanner.go Remove dependency from OSS to enterprise packages by moving Spanner functions to xorm. (#102692) 2025-03-24 12:16:12 +01:00
dialect_sqlite3.go
engine.go Use in-memory sequence number generator when running integration tests against Spanner emulator. (#102522) 2025-03-20 16:50:50 +01:00
engine_cond.go
engine_table.go
error.go
go.mod Chore: Update remaining gomod and containers to use Go 1.24.1 (#102794) 2025-03-25 15:23:29 +01:00
go.sum AppPlatform: Introduce experimental Github integration for dashboard configuration management (#96329) 2025-03-25 08:59:03 +01:00
helpers.go chore: preallocate slices where we have a good idea of requirements (#91596) 2024-08-07 08:34:52 -04:00
json.go
logger.go
processors.go
rows.go
sequence.go spanner: update the sequence generator to allocate sequences in batch (#102435) 2025-03-21 20:58:35 +01:00
sequence_inmem.go spanner-annotationsimpls-fixes (#102622) 2025-03-21 16:10:51 +01:00
sequence_test.go spanner: update the sequence generator to allocate sequences in batch (#102435) 2025-03-21 20:58:35 +01:00
session.go
session_cols.go Chore: Add omit wrapper for xorm (#82476) 2024-02-14 12:19:46 -08:00
session_cond.go
session_context.go
session_convert.go
session_delete.go
session_exist.go
session_find.go
session_get.go
session_insert.go xorm: Move for loop that finds inserted columns outside of iteration over all values. (#102700) 2025-03-25 16:22:34 +01:00
session_iterate.go
session_query.go
session_raw.go
session_schema.go
session_stats.go
session_tx.go
session_update.go
statement.go Spanner: support for lastInsertId (#101770) 2025-03-10 15:59:06 +01:00
statement_args.go
statement_columnmap.go
statement_exprparam.go
statement_quote.go
syslogger.go
table_name.go
tag.go
xorm.go spanner-annotationsimpls-fixes (#102622) 2025-03-21 16:10:51 +01:00
xorm_spanner_test.go Spanner: support for lastInsertId (#101770) 2025-03-10 15:59:06 +01:00
xorm_test.go Chore: Avoid simplejson usage in `xorm` module (#101943) 2025-03-11 14:24:20 +00:00