1
0
mirror of https://github.com/rancher/steve.git synced 2025-07-07 03:49:01 +00:00
steve/pkg/sqlcache/db
Eric Promislow 2e8a0f2851
Support indexing on array-like fields (#673)
* Run tests using sqlite DB in a temp directory.

I was running into write-file errors which happens when two sqlite processes try to update the DB at the same time.

* Implement and test the extractBarredValue custom SQL function.

* Explain the DB path constants better.
2025-06-16 15:06:07 -07:00
..
transaction Handle transaction failure due to canceled context.Context (#662) 2025-06-09 15:39:09 -04:00
client_test.go Support indexing on array-like fields (#673) 2025-06-16 15:06:07 -07:00
client.go Support indexing on array-like fields (#673) 2025-06-16 15:06:07 -07:00
db_mocks_test.go sql: use a closure to wrap transactions (#469) 2025-02-05 10:05:52 +01:00
transaction_mocks_test.go Handle transaction failure due to canceled context.Context (#662) 2025-06-09 15:39:09 -04:00
utility.go Move lasso SQL cache in Steve (#452) 2025-01-17 09:34:48 -05:00