accessor for database delimiter
authorAntoine Musso <hashar@free.fr>
Thu, 25 Oct 2012 10:39:32 +0000 (12:39 +0200)
committerAntoine Musso <hashar@free.fr>
Thu, 25 Oct 2012 10:39:32 +0000 (12:39 +0200)
commit74869fe26d75a11c47bb54d3f380988f7e11b7c6
treefefa2467f2694b73c28540c5254878e4a05a4bd8
parentd05ddf6e0649c843d4314b292102011d46e0ba08
accessor for database delimiter

The command delimiter is a protected propery which prevents us form
getting it outside of Database scope. This patch add a public accessor
getDelimiter() so we can access it.

Change-Id: I676d7ed9765444366fdf3dddb07c535807dabf52
includes/db/Database.php