- 09 Nov, 2012 3 commits
-
-
Stephen Morris authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
Having duid.{h, cc} in libdhcp++ causes dependency between two libraries. Due to this dependency multi-threaded build fails because libs are created by different threads simultaneously and race condition occurs. Libraries should be moved to separate folders and have separate makefiles. This complies with BIND10 structure and will make this issue goe away.
-
- 08 Nov, 2012 3 commits
-
-
Stephen Morris authored
a) Corrected some method headers b) Added additional diagnostic output should the test fail to open the database.
-
Stephen Morris authored
... to ensure that it is always called when a method terminates.
-
Stephen Morris authored
-
- 06 Nov, 2012 3 commits
-
-
Stephen Morris authored
-
Stephen Morris authored
Also add missing library into the makefile - this showed its absence on OS/X.
-
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 6 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.
-