1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2024-11-24 17:07:00 +02:00
pocketbase/daos
2023-11-26 13:33:17 +02: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 action arg to the before Dao hook to allow skipping the default persist behavior 2023-07-29 19:52:36 +03:00
base.go logs refactoring 2023-11-26 13:33:17 +02:00
collection_test.go quoted the wrapped view query columns 2023-08-15 01:09:53 +03:00
collection.go trim view query semicolon chars and allow single quotes for column aliases 2023-10-05 09:31:24 +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
log_test.go logs refactoring 2023-11-26 13:33:17 +02:00
log.go logs refactoring 2023-11-26 13:33:17 +02:00
param_test.go
param.go
record_expand_test.go load a default fetchFunc for dao.ExpandRecord(s) 2023-07-14 08:36:01 +03:00
record_expand.go renamed expand fetchFunc args to optFetchFunc and updated jsvm types 2023-07-24 16:59:13 +03:00
record_table_sync_test.go [#2992] fixed zero-default value not being used if the field is not explicitly set when manually creating records 2023-07-25 20:37:19 +03:00
record_table_sync.go added SchemaField.Presentable field 2023-08-21 12:58:18 +03:00
record_test.go added placeholder params support for Dao.FindRecordsByFilter and Dao.FindFirstRecordByFilter 2023-08-18 06:31:14 +03:00
record.go added placeholder params support for Dao.FindRecordsByFilter and Dao.FindFirstRecordByFilter 2023-08-18 06:31:14 +03: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 trim view query semicolon chars and allow single quotes for column aliases 2023-10-05 09:31:24 +03:00
view.go trim view query semicolon chars and allow single quotes for column aliases 2023-10-05 09:31:24 +03:00