Changeset 387
- Timestamp:
- 08/12/12 15:37:29 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gssim/trunk/db/gssim/db/mysql/ApplicationPropertyDAO.java
r378 r387 45 45 @Override 46 46 protected PreparedStatementAdapter createInsertStmt() throws SQLException { 47 String sql = "INSERT INTO application_property( key, value) VALUES(?, ?)";47 String sql = "INSERT INTO application_property(`key`, `value`) VALUES(?, ?)"; 48 48 PreparedStatementAdapter stmt = new PreparedStatementAdapter(this 49 49 .getConnection().prepareStatement(sql));
Note: See TracChangeset
for help on using the changeset viewer.