0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 12 hours ago.
Oct 31, 2023 — Oct 31, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[lib] remove debug messages. More... over 14 years ago
[lib] remove unecessary db_close More... over 14 years ago
[test] make the recursive test be clearer on which check is failing. More... over 14 years ago
[lib] fix cache flushing when deleting a (sub)-value. More... over 14 years ago
[type-of] add a function to get all the foreign types (i.e. all the type variables) of a given Type.t More... over 14 years ago
Merge branch 'master' of http://github.com/samoht/ocaml-orm-sqlite More... over 14 years ago
[test] add a new failing test; the cache are not correctly flushed on delete: the current trigger does clean the right cache in case of foreign values ... More... over 14 years ago
[lib] fix deletion of recursive values; look only into the recursive cycle to check for foreign depencies. More... over 14 years ago
[test] tweak the recursive delete test a little more to make the test fail. More... over 14 years ago
[lib] fix deletion of recursive value. More... over 14 years ago
[value] fix typo in previous commit. More... over 14 years ago
[lib] fix sub-tables computations for variant types More... over 14 years ago
[value] fix value_of_t for aliases of recursive values. More... over 14 years ago
[test] add a failing test for recursive deletion. More... over 14 years ago
[tests] drop the verbosity of photo.ml and suppress a warning in simple.ml More... over 14 years ago
Merge branch 'master' of git://github.com/avsm/ocaml-orm-sqlite More... over 14 years ago
[test] change the test itself instead of its description in recursive_mutate. More... over 14 years ago
[test] update the recursive tests to match the new semantics of delete: when you delete a recursive value, you actually delete all the dependant recursive sub-values as well. More... over 14 years ago
[lib] when deleting a recursive value, check if all the sub-values do not have foreign dependencies different from the current value. More... over 14 years ago
[lib] no need to use a new db handle within custom function as long as ocaml-sqlite3 >= 1.5.7 is used More... over 14 years ago
[test] fix the list_mutate test. More... over 14 years ago
[lib] fix initialisation of the __links_ table. More... over 14 years ago
[lib] fix GCing of list/arrays More... over 14 years ago
[lib] fix segfault: to do some SQL queries inside a custom function, it's better to open a new db handle. More... over 14 years ago
[lib] clean-up the deletion semantics; More... over 14 years ago
[lib] add a field called 'field' in the links table, such that parent.field -> child (this may be useful on delete to check whether it is safe to delete a row). More... over 14 years ago
[test] reduce the size of the large string to match 32bits architecture More... over 14 years ago
[test] fix failing test-cases. More... over 14 years ago
[lib] fix typos More... over 14 years ago
[lib] remove the dependency to the Sys module. More... over 14 years ago