- 06 Nov, 2012 1 commit
-
-
Stephen Morris authored
-
- 05 Nov, 2012 1 commit
-
-
Stephen Morris authored
The unit tests now create the schema before each test and destroy it afterwards. This will be more flexible than needing to update the schema on test machines each time. The drawback is the need to keep the database creation script in step with the hardcoded set of SQL statements in the test program.
-
- 04 Nov, 2012 2 commits
-
-
Stephen Morris authored
It is easier to add a new statement to the head of the file rather than searching through the file for the method in which the prepared statements are created.
-
Stephen Morris authored
-
- 03 Nov, 2012 1 commit
-
-
Stephen Morris authored
-
- 29 Oct, 2012 2 commits
-
-
Stephen Morris authored
... where the elase is selected by address only.
-
Stephen Morris authored
-
- 24 Oct, 2012 8 commits
-
-
Stephen Morris authored
Clear up after every test and check that commit works.
-
Stephen Morris authored
-
Stephen Morris authored
-
Stephen Morris authored
-
Stephen Morris authored
-
Stephen Morris authored
... traced to not initializing a "struct" properly.
-
Stephen Morris authored
-
Stephen Morris authored
-
- 22 Oct, 2012 6 commits
-
-
Stephen Morris authored
-
Stephen Morris authored
-
Stephen Morris authored
-
Stephen Morris authored
-
Stephen Morris authored
... after moving creation of MYSQL_BIND structures to a separate class.
-
Stephen Morris authored
-
- 20 Oct, 2012 1 commit
-
-
Stephen Morris authored
-
- 18 Oct, 2012 1 commit
-
-
Stephen Morris authored
This change adds the code for prepared statement creation and the template for retrieving information from the database.
-
- 17 Oct, 2012 1 commit
-
-
Stephen Morris authored
-
- 16 Oct, 2012 1 commit
-
-
Stephen Morris authored
Also includes first unit test, which fails.
-
- 15 Oct, 2012 1 commit
-
-
Stephen Morris authored
-
- 11 Oct, 2012 14 commits
-
-
-
JINMEI Tatuya authored
with fixing conflicts in ChangeLog examples/README
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
this works around a bit awkward installation setup where there's a link from "python3" to "python3.x" but not from "python3-config" to the corresponding "python3.x-config". That happens for recent versions of Homebrew.
-
Michal 'vorner' Vaner authored
Sunstudio is unhappy with plain NULL inside EXPECT_EQ and thinks it is int. This makes it think otherwise.
-
Michal 'vorner' Vaner authored
This should fix compilation issue on sunstudio.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
so it sounds more natural as an English term.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
this branch introduced is_failed() (and failed() was already defined for a different a purpose), so for consistency it would be better to name the running version is_xxx too.
-
JINMEI Tatuya authored
-