- 22 Oct, 2012 5 commits
-
-
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 30 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
-
JINMEI Tatuya authored
this should fix the main problem of this ticket.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
should be pretty trivial, so added a couple of test cases as part of other tests.
-
JINMEI Tatuya authored
this fixes the test case introduced at the beginning of the branch.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
the configurator should be able to delete a component to be removed even if the it's failing (unexpectedly). The current implementation doesn't handle that condition correctly.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
as the new code actually doesn't do rollback operation internally, even though the observable effect is the same.
-
JINMEI Tatuya authored
the previous one was not really accurate and was confusing.
-
JINMEI Tatuya authored
getClientListClasses() was removed. It's not used anymore. a few methods named with "ClientList" were renamed with adding "DataSrc". The resulting names are a bit long, but since there's no namespace qualification, simply saying "client" can be confusing (it could be interpreted to mean DNS clients, for example).
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
This is pure cleanup. This function already doesn't use the server.
-
JINMEI Tatuya authored
now configureDataSource() can take time.
-