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
*
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
*
Remove -O2 while debugging.
Brian Cully
2008-07-28
1
-1
/
+1
*
Fill out everything but timestamps, since I don't know the ODBC form of those.
Brian Cully
2008-07-28
1
-8
/
+49
*
Assume we're getting one value at a time, and the erlang half of
Brian Cully
2008-07-28
1
-19
/
+12
*
Fix infinite loop when binding params.
Brian Cully
2008-07-28
1
-4
/
+11
*
Use single param query for now.
Brian Cully
2008-07-28
1
-1
/
+1
*
It compiles, ship it!
Brian Cully
2008-07-28
1
-16
/
+27
*
Stub out buffer and length, so I can remember it later.
Brian Cully
2008-07-28
1
-16
/
+65
*
Clean up makefile by parameterizing the ERL and MySQL stuff a bit better.
Brian Cully
2008-07-28
1
-10
/
+9
*
Do everything in bind params except the edge level bind data.
Brian Cully
2008-07-28
1
-1
/
+90
*
Note that mysqlerl:test_param_query/0 should have an INSERT or
Brian Cully
2008-07-28
1
-0
/
+2
*
Change param test to have a list, like the docs.
Brian Cully
2008-07-28
1
-1
/
+1
*
Add test for param queries.
Brian Cully
2008-07-28
1
-1
/
+6
*
Add query test code.
Brian Cully
2008-07-28
1
-1
/
+5
*
Fix crash when trying to get a row count from a query with no results.
Brian Cully
2008-07-28
1
-5
/
+6
*
Don't pass in DB connection params on CLI, but do it after process has spawned.
Brian Cully
2008-07-28
5
-82
/
+124
*
Shorten up the code a bit by stashing the tag_name.
Brian Cully
2008-07-28
1
-17
/
+12
*
Makefile fixes:
Brian Cully
2008-07-28
1
-3
/
+6
*
Add note about using multiple DBs and random child pooling.
Brian Cully
2008-07-28
1
-0
/
+6
*
Redact password from log output.
Brian Cully
2008-04-02
1
-2
/
+2
*
Add time logging.
Brian Cully
2008-04-02
1
-2
/
+21
*
Fix build.
Brian Cully
2008-03-07
1
-2
/
+2
*
Parameterize the erl interface path.
Brian Cully
2008-03-07
1
-2
/
+4
*
whitespace
Brian Cully
2008-03-02
1
-1
/
+1
*
.DS_Store
Brian Cully
2008-03-02
1
-0
/
+1
*
Export description.
Brian Cully
2008-03-02
1
-0
/
+1
[next]