1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2024-11-28 18:11:17 +02:00
pocketbase/daos
2022-08-10 20:37:41 +03:00
..
admin_test.go initial public commit 2022-07-07 00:19:05 +03:00
admin.go [#47] fixed some doc and code inconsistencies and removed some redundant parentheses 2022-07-10 09:13:44 +03:00
base_test.go call transaction Dao events only after commit, added totalPages to the search response and updated the tests 2022-08-09 16:20:39 +03:00
base.go call transaction Dao events only after commit, added totalPages to the search response and updated the tests 2022-08-09 16:20:39 +03:00
collection_test.go added test to test schema field persistence after import 2022-08-10 17:43:55 +03:00
collection.go updated test db and ui/dist 2022-08-10 20:37:41 +03: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 fixed panic on expanding existing byt non-relation type field 2022-07-30 07:58:42 +03:00
record_expand.go fixed panic on expanding existing byt non-relation type field 2022-07-30 07:58:42 +03:00
record_test.go call transaction Dao events only after commit, added totalPages to the search response and updated the tests 2022-08-09 16:20:39 +03:00
record.go removed duplicated method 2022-08-09 17:20:22 +03:00
request_test.go initial public commit 2022-07-07 00:19:05 +03:00
request.go initial public commit 2022-07-07 00:19:05 +03:00
table_test.go initial public commit 2022-07-07 00:19:05 +03:00
table.go initial public commit 2022-07-07 00:19:05 +03:00
user_test.go initial public commit 2022-07-07 00:19:05 +03:00
user.go [#114] simplified some code by returning early and added cap for slices 2022-07-14 19:26:08 +03:00