Loreon
Labs
Platform
Docs
Home
Ecosystems
Rebol
mysr
mysql to rebol and derivatives (Red) connector
Rebol
Emerging
GitHub
Stars
2
Forks
—
Contributors
2
Last push
64mo ago
Recent commits
Latest commits.
[version] new version set to 0.7.2
dec7b62
moliad
74mo ago
[feat] disconnect method fully implemented from C to mysr.r provides some protection against double disconnect
5d2b2ca
moliad
74mo ago
[fix] some little bugs fixed and insert cluster can now be automatically set to given data set (useful for a few dozen rows or less)
260916b
moliad
74mo ago
[feat] we can now use a paren! type to enclose extended SQL syntax in create table, this should allow just about any SQL feature. paren content is passed through rebol's 'FORM function. if rebol syntax doesn't match sql for your specific, juste wrap it in a string.
8c6c0cd
moliad
74mo ago
[feat] added support for non-primary column indexes in the 'CREATE-TABLE function. we still can't change indexing properties. use alter-table in a call to 'MYSQL function for that. also tweaked README.md to help with visual studio compilation.
2ec7b9e
moliad
74mo ago
[ver] v0.7.1
83ac326
moliad
74mo ago
[feat] mysr now handles auto-reconnection on client configuration, allows to force on/off or use server default. (default is on)
cbf44c8
moliad
74mo ago
[feat] added select statement support for prepared statements. all code now uses rebol loadable return values, to simulate errors and such
ff0d8e5
moliad
74mo ago
Top contributors
Builders behind this project.
moliad
42 commits
SimonBrunetC
8 commits