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 5 hours
ago. based on code collected
about 12 hours
ago.
Oct 31, 2023 — Oct 31, 2024
Showing page 26 of 27
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
add ISC-style licenses to the source files
Anil Madhavapeddy
More...
over 15 years ago
update gitignore to skip generated docs
Anil Madhavapeddy
More...
over 15 years ago
add function to access the underlying Sqlite3.db handle as well
Anil Madhavapeddy
More...
over 15 years ago
output ocamldoc to the generated output
Anil Madhavapeddy
More...
over 15 years ago
inline the Sql_access.ml module so the generated file is standalone (apart from the Sqlite3 module itself)
Anil Madhavapeddy
More...
over 15 years ago
output an ml and mli interface with access to the sql_access bits hidden away so it can only be retrieved via the first Init.t call
Anil Madhavapeddy
More...
over 15 years ago
gc the delete_list function as it's not used in the generated code
Anil Madhavapeddy
More...
over 15 years ago
remove redundant module prefix Sql_access now that its opened
Anil Madhavapeddy
More...
over 15 years ago
add in transactions around saving object, and weave in a Sql_access.state variable to track transaction depth (since sqlite3 doesnt nest transactions).
Anil Madhavapeddy
More...
over 15 years ago
more tests for foreign mappings
Anil Madhavapeddy
More...
over 15 years ago
improve support for setting foreign mappings by dropping unused ones, and add tests for it
Anil Madhavapeddy
More...
over 15 years ago
fix up output indentation
Anil Madhavapeddy
More...
over 15 years ago
expand the test cases to cover more foreign tables
Anil Madhavapeddy
More...
over 15 years ago
add support for optional fields into the schema, which removes the special-case id hack there previously
Anil Madhavapeddy
More...
over 15 years ago
correct indentation in get output
Anil Madhavapeddy
More...
over 15 years ago
rearrange the infix operators to be near each other in the printer utils
Anil Madhavapeddy
More...
over 15 years ago
switch the printer and debug functions over to inline functions, using the identity to separate out format6 args (suggestion from Zheng Li)
Anil Madhavapeddy
More...
over 15 years ago
simplify the printer utilities more, by converting them to be format-string based (pfn and dbg for normal/debug). makes the code much easier to read through.
Anil Madhavapeddy
More...
over 15 years ago
make the indentation and printer functions a little less obtrusive in the main code by adding helper functions --> and --* for indent/comments
Anil Madhavapeddy
More...
over 15 years ago
add a TODO tracker
Anil Madhavapeddy
More...
over 15 years ago
rename the foreign map table to be properly unique, and implement ForeignMany object saving, with tests
Anil Madhavapeddy
More...
over 15 years ago
add a delete method to drop objects from the db
Anil Madhavapeddy
More...
over 15 years ago
more tests for update support, and clean up debug output
Anil Madhavapeddy
More...
over 15 years ago
add support for debug statements in generator to trace output, and fix bug in saving repeatedly
Anil Madhavapeddy
More...
over 15 years ago
add an OUnit based test infrastructure to run the ORM layer through its paces
Anil Madhavapeddy
More...
over 15 years ago
move the test definitions out of sql_orm.ml, add a generator function, and add fixes to the get() function
Anil Madhavapeddy
More...
over 15 years ago
output a top-level Init module to initialize the database with
Anil Madhavapeddy
More...
over 15 years ago
constrain the type of get to type t
Anil Madhavapeddy
More...
over 15 years ago
add support for foreign mapping tables as well
Anil Madhavapeddy
More...
over 15 years ago
perform updates and inserts correctly for foreign mappings
Anil Madhavapeddy
More...
over 15 years ago
←
1
2
…
19
20
21
22
23
24
25
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