1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2024-11-25 01:16:21 +02:00
pocketbase/daos
2023-07-17 23:13:39 +03:00
..
admin_test.go initial v0.8 pre-release 2022-10-30 10:28:14 +02:00
admin.go filter enhancements 2023-01-07 22:27:11 +02:00
base_retry_test.go updated dao fail/retry handling 2023-02-22 22:20:19 +02:00
base_retry.go fixed formatting and typos 2023-02-23 21:51:42 +02:00
base_test.go added dao.WithoutHooks() helper 2023-06-01 15:42:38 +03:00
base.go added dao.WithoutHooks() helper 2023-06-01 15:42:38 +03:00
collection_test.go [#2570] use ON for consistency with the SQLite examples and updated collection delete test to check for _exterAuths references 2023-05-25 20:26:03 +03:00
collection.go updated Dao.Save godoc 2023-03-30 21:19:14 +03:00
external_auth_test.go initial v0.8 pre-release 2022-10-30 10:28:14 +02:00
external_auth.go fixed formatting and typos 2023-02-23 21:51:42 +02:00
param_test.go initial public commit 2022-07-07 00:19:05 +03:00
param.go applied some of the changes from #149 2022-07-18 01:03:09 +03:00
record_expand_test.go load a default fetchFunc for dao.ExpandRecord(s) 2023-07-14 08:36:01 +03:00
record_expand.go load a default fetchFunc for dao.ExpandRecord(s) 2023-07-14 08:36:01 +03:00
record_table_sync_test.go [#2930] added extra normalizations to ensure that newly created multiple fields has the correct zero-default for already inserted records 2023-07-17 11:38:19 +03:00
record_table_sync.go [#2930] added extra normalizations to ensure that newly created multiple fields has the correct zero-default for already inserted records 2023-07-17 11:38:19 +03:00
record_test.go soft deprecated apis.RequestData(c) in favor of apis.RequestInfo(c) and updated jsvm bindings 2023-07-17 23:13:39 +03:00
record.go soft deprecated apis.RequestData(c) in favor of apis.RequestInfo(c) and updated jsvm bindings 2023-07-17 23:13:39 +03:00
request_test.go initial v0.8 pre-release 2022-10-30 10:28:14 +02:00
request.go use nonconcurrent db when deleting log requests 2023-03-06 23:24:31 +02:00
settings_test.go moved settings under models and added settings dao helpers 2022-11-26 14:42:45 +02:00
settings.go moved settings under models and added settings dao helpers 2022-11-26 14:42:45 +02:00
table_test.go updated changelog and formatting 2023-03-28 07:59:37 +03:00
table.go renamed daos.GetTableColumns and daos.GetTableInfo for consistency 2023-03-22 17:15:17 +02:00
view_test.go [#2349] fixed View collection schema incorrectly resolving multiple aliased fields originating from the same field source 2023-04-24 15:43:23 +03:00
view.go fixed missing view id field error message typo 2023-05-24 09:25:46 +03:00