0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #11 from samoht/master More... almost 8 years ago
Update CHANGES More... almost 8 years ago
Merge pull request #10 from samoht/opam More... almost 8 years ago
Test only on linux More... almost 8 years ago
Modernize the tests More... almost 8 years ago
Improve the opam file, run the tests More... almost 8 years ago
Merge pull request #9 from mvalle/master More... almost 8 years ago
Remove support for OCaml 3.12 in .travis.yml More... almost 8 years ago
Add install, authors and homepage fileds to opam file. More... almost 8 years ago
Add OCaml 3.12 to .travis.yml file More... almost 8 years ago
Add .travis.yml file More... almost 8 years ago
Add opam file More... almost 8 years ago
Fix issue #6: Contains is not working for string gets More... about 8 years ago
Add simple test for Contains getter More... about 8 years ago
rename CHANGES More... over 11 years ago
bump trunk to 0.7.1 More... over 11 years ago
bump META to 0.7.0 More... over 11 years ago
Support (and require) type_conv-108.07.00+ and dyntype-0.9.0+ More... over 11 years ago
fix toplevel usage in META file More... over 11 years ago
Update NEWS More... over 11 years ago
Update to latest dyntype (0.8.4) More... over 11 years ago
Revert "bump version number"
Thomas Gazagnaire
as samoht
More... over 13 years ago
Update NEWS
Thomas Gazagnaire
as samoht
More... over 13 years ago
bump version number
Thomas Gazagnaire
as samoht
More... over 13 years ago
bump version number
Thomas Gazagnaire
as samoht
More... over 13 years ago
[lazy getter] when the all rows of the lazy getter have been returned, then returns None on all the subsequent calls (instead of just the 1st one).
Thomas Gazagnaire
as samoht
More... over 13 years ago
[tests] Add simple tests for the lazy getters.
Thomas Gazagnaire
as samoht
More... over 13 years ago
[https://github.com/mirage/orm/issues#issue/4] Add a lazy getter t_lazy_get which returns a 'next' function.
Thomas Gazagnaire
as samoht
More... over 13 years ago
[https://github.com/mirage/orm/issues#issue/3] Add an optional order_by argument to t_get
Thomas Gazagnaire
as samoht
More... over 13 years ago
* abstract away the table indices (no more untyped int64); * pack the t_* function into a module ORM_t for making abstraction easier.
Thomas Gazagnaire
as samoht
More... over 13 years ago