openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
M
mirage's orm
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 6 hours
ago. based on code collected
about 12 hours
ago.
Oct 31, 2023 — Oct 31, 2024
Showing page 6 of 27
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
[lib] remove debug messages.
Thomas Gazagnaire
More...
over 14 years ago
[lib] remove unecessary db_close
Thomas Gazagnaire
More...
over 14 years ago
[test] make the recursive test be clearer on which check is failing.
Thomas Gazagnaire
More...
over 14 years ago
[lib] fix cache flushing when deleting a (sub)-value.
Thomas Gazagnaire
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
Thomas Gazagnaire
More...
over 14 years ago
Merge branch 'master' of http://github.com/samoht/ocaml-orm-sqlite
Anil Madhavapeddy
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 ...
Thomas Gazagnaire
More...
over 14 years ago
[lib] fix deletion of recursive values; look only into the recursive cycle to check for foreign depencies.
Thomas Gazagnaire
More...
over 14 years ago
[test] tweak the recursive delete test a little more to make the test fail.
Thomas Gazagnaire
More...
over 14 years ago
[lib] fix deletion of recursive value.
Thomas Gazagnaire
More...
over 14 years ago
[value] fix typo in previous commit.
Thomas Gazagnaire
More...
over 14 years ago
[lib] fix sub-tables computations for variant types
Thomas Gazagnaire
More...
over 14 years ago
[value] fix value_of_t for aliases of recursive values.
Thomas Gazagnaire
More...
over 14 years ago
[test] add a failing test for recursive deletion.
Thomas Gazagnaire
More...
over 14 years ago
[tests] drop the verbosity of photo.ml and suppress a warning in simple.ml
Anil Madhavapeddy
More...
over 14 years ago
Merge branch 'master' of git://github.com/avsm/ocaml-orm-sqlite
Thomas Gazagnaire
More...
over 14 years ago
[test] change the test itself instead of its description in recursive_mutate.
Thomas Gazagnaire
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.
Thomas Gazagnaire
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.
Thomas Gazagnaire
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
Anil Madhavapeddy
More...
over 14 years ago
[test] fix the list_mutate test.
Thomas Gazagnaire
More...
over 14 years ago
[lib] fix initialisation of the __links_ table.
Thomas Gazagnaire
More...
over 14 years ago
[lib] fix GCing of list/arrays
Thomas Gazagnaire
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.
Thomas Gazagnaire
More...
over 14 years ago
[lib] clean-up the deletion semantics;
Thomas Gazagnaire
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).
Thomas Gazagnaire
More...
over 14 years ago
[test] reduce the size of the large string to match 32bits architecture
Thomas Gazagnaire
More...
over 14 years ago
[test] fix failing test-cases.
Thomas Gazagnaire
More...
over 14 years ago
[lib] fix typos
Thomas Gazagnaire
More...
over 14 years ago
[lib] remove the dependency to the Sys module.
Thomas Gazagnaire
More...
over 14 years ago
←
1
2
3
4
5
6
7
8
9
10
…
26
27
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree