-
Notifications
You must be signed in to change notification settings - Fork 47
Weekly meeting notes
Romans Malinovskis edited this page Apr 4, 2019
·
2 revisions
- we need new persistence, "ArrayOfStrings", which will cast all values into string, will be parent for persistence\csv and persistence\json
- typecasting should be performed by (whichever matches first):
- manual override, field->typecast
- field->typecast()
- persistence_typehere
- persistence (parent class)
- export should have hook "afterExport" (on entire data set)
- add method exportFromPersistence() - giving you RAW data and you do whatever you want
- [https://github.com/atk4/dsql/issues/155](query messed up if you call getDebugQuery), but the more substantial issue is the lack of debugging queries inside model. If we provide a better method to debug query of a model, it could solve the problem.
- debugging and profiling - Philip noticed some slowdowns but he'll get more info and will open ticket.
Agile Data, Documentation and Wiki content is licensed under MIT and (c) by Agile Toolkit Limited UK