index
:
mysqlerl.git
master
erlang odbc bindings for libmysqlclient
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mysqlerl_connection.erl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Trap exit on connection and return ok when asked to close.
Brian Cully
2012-02-07
1
-1
/
+4
*
Remove stupid lib directory
Brian Cully
2012-02-06
1
-0
/
+64
*
Move most files into lib, add top-level makefile
Brian Cully
2012-02-06
1
-64
/
+0
*
Don't pass in DB connection params on CLI, but do it after process has spawned.
Brian Cully
2008-07-28
1
-4
/
+2
*
Handle timeouts.
Brian Cully
2008-03-02
1
-1
/
+1
*
Change supervision heirarchy to allow ports to support:
Brian Cully
2008-03-02
1
-26
/
+12
*
Use pattern match, not guard.
Brian Cully
2008-03-02
1
-4
/
+2
*
Link with owner and shutdown clean if owner dies.
Brian Cully
2008-03-02
1
-4
/
+18
*
Add process owner to state, to allow odbc compatibility.
Brian Cully
2008-03-02
1
-6
/
+6
*
Normalize more code flow.
Brian Cully
2008-03-01
1
-9
/
+4
*
mysqlerl provides the interface for the connection, to avoid
Brian Cully
2008-03-01
1
-5
/
+3
*
Remove extra trampolines.
Brian Cully
2008-03-01
1
-5
/
+1
*
Remove unused defines.
Brian Cully
2008-03-01
1
-5
/
+0
*
Use erlang term encoding for send/recv between c and erlang for maximum flexi...
Brian Cully
2008-03-01
1
-1
/
+1
*
Use erl_interface instead of custom protocol.
Brian Cully
2008-03-01
1
-2
/
+7
*
Tag messages with type.
Brian Cully
2008-03-01
1
-18
/
+5
*
Crash if we get a bad message.
Brian Cully
2008-03-01
1
-2
/
+2
*
handle_call as dispatcher
Brian Cully
2008-03-01
1
-9
/
+26
*
Initial commit
Brian Cully
2008-03-01
1
-0
/
+75