merged branch KodoArkivo/patch-2 (PR #596)
This PR was merged into the master branch. Commits ------- d740c4e2 Sample user insert snippet. Discussion ---------- Sample user insert snippet. The execute_query command to insert users into a sample database doesn't work with postgres due to the use of database specific string escape quotes. Changed to use the doctrine insert command which is less DB specific and better illustrates the use of DBAL. --------------------------------------------------------------------------- by stof at 2013-01-19T11:57:24Z👍
Showing
Please register or sign in to comment