index
:
mysqlerl.git
master
erlang odbc bindings for libmysqlclient
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Copy over sample data for transaction and write query suites.
Brian Cully
2012-02-09
2
-0
/
+22
*
Move transaction tests to their own suite.
Brian Cully
2012-02-09
2
-15
/
+131
*
Rename mysqlerl_SUITE to mysqlerl_readquery_SUITE
Brian Cully
2012-02-09
2
-6
/
+3
*
Add tests for invalid connection/disconnection
Brian Cully
2012-02-09
1
-2
/
+20
*
Add tests for various functionality for connections
Brian Cully
2012-02-09
4
-37
/
+305
*
Test mysqlerl:start/0 and mysqlerl:stop/0.
Brian Cully
2012-02-09
1
-3
/
+19
*
Move common test functions to their own module.
Brian Cully
2012-02-09
2
-27
/
+37
*
Add test for describe_table/2 when table doesn't exist.
Brian Cully
2012-02-09
1
-0
/
+6
*
Add documentation to tests.
Brian Cully
2012-02-09
2
-0
/
+56
*
mysqlerl_app_SUITE.erl: Whitespace.
Brian Cully
2012-02-09
1
-1
/
+1
*
Remove debugging satement in mysqlerl_SUITE.
Brian Cully
2012-02-09
1
-1
/
+0
*
Remove app_starts/app_stops tests from mysqlerl_SUITE.
Brian Cully
2012-02-09
1
-6
/
+0
*
Add a few tests for cursors when no results are present.
Brian Cully
2012-02-09
1
-4
/
+24
*
Fix crashes when there are no results in port driver.
Brian Cully
2012-02-09
1
-6
/
+9
*
Log INFO messages in port driver for queries.
Brian Cully
2012-02-09
1
-0
/
+6
*
Return erlang errors in every possible case before exit
Brian Cully
2012-02-09
1
-28
/
+56
*
Return errors to erlang when malloc fails. Cleanup warnings found by clang
Brian Cully
2012-02-09
4
-138
/
+113
*
Return errors when connecting fails.
Brian Cully
2012-02-09
2
-2
/
+6
*
Remove port module and port supervisor
Brian Cully
2012-02-09
6
-116
/
+49
*
Move start_link out of port_sup
Brian Cully
2012-02-09
2
-7
/
+3
*
Put port driver in priv/bin
Brian Cully
2012-02-09
2
-6
/
+6
*
Move functions from mysqlerl_sup to mysqlerl, and get rid of random_child/0.
Brian Cully
2012-02-09
3
-24
/
+9
*
Move C code into c_src
Brian Cully
2012-02-09
10
-25
/
+35
*
Don't register mysqlerl_app
Brian Cully
2012-02-09
2
-2
/
+1
*
mysqlerl.app: Flush out description a bit.
Brian Cully
2012-02-09
1
-1
/
+1
*
mysqlerl.app: We don't register a process called 'mysqlerl'
Brian Cully
2012-02-09
1
-1
/
+1
*
Remove mysqlerl_connection_sup by rolling it into mysqlerl_sup
Brian Cully
2012-02-09
5
-44
/
+22
*
Move src/TODO.org into top-level TODO
Brian Cully
2012-02-09
2
-6
/
+9
*
Convert tabs to spaces.
Brian Cully
2012-02-09
4
-32
/
+32
*
Add a TODO list.
Brian Cully
2012-02-07
1
-0
/
+12
*
Fix select in port driver and remove a whole lot of debug messages.
Brian Cully
2012-02-07
3
-187
/
+220
*
Stick default query in macro for tests. Add tests for select/3.
Brian Cully
2012-02-07
1
-26
/
+35
*
Fix cursor traversing bugs in the port driver.
Brian Cully
2012-02-07
1
-15
/
+15
*
Add a bunch of cursor tests.
Brian Cully
2012-02-07
1
-9
/
+55
*
Fix off-by-one when selecting previous rows in port driver.
Brian Cully
2012-02-07
1
-1
/
+1
*
Fix trying to select previous row when at first row in driver.
Brian Cully
2012-02-07
1
-27
/
+66
*
Put default columns in a macro for tests.
Brian Cully
2012-02-07
1
-22
/
+31
*
Fix tests, and preload with data.
Brian Cully
2012-02-07
2
-14
/
+125
*
Remove unused -pa flag from test makefile.
Brian Cully
2012-02-07
1
-1
/
+1
*
Trap exit on connection and return ok when asked to close.
Brian Cully
2012-02-07
1
-1
/
+4
*
Remove tests from mysqlerl.erl.
Brian Cully
2012-02-07
1
-23
/
+0
*
Add clean target to test makefile.
Brian Cully
2012-02-07
1
-1
/
+7
*
Add clean target to top-level makefile
Brian Cully
2012-02-07
1
-4
/
+8
*
Remove stupid lib directory
Brian Cully
2012-02-06
26
-19
/
+23
*
Add test stubs
Brian Cully
2012-02-06
4
-0
/
+271
*
Move most files into lib, add top-level makefile
Brian Cully
2012-02-06
21
-3
/
+16
*
Remove leading slashes from mysql prefix
Brian Cully
2012-02-06
1
-2
/
+2
*
Fix warnings found by clang
Brian Cully
2012-02-06
1
-7
/
+6
*
Quash an error when printing time.
Brian Cully
2012-02-06
1
-1
/
+1
*
Parameterize ERL/MySQL locations in Makefile
Brian Cully
2012-02-06
1
-6
/
+8
[next]