Changeset 387


Ignore:
Timestamp:
08/12/12 15:37:29 (13 years ago)
Author:
mcichenski
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gssim/trunk/db/gssim/db/mysql/ApplicationPropertyDAO.java

    r378 r387  
    4545        @Override 
    4646        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(?, ?)"; 
    4848                PreparedStatementAdapter stmt = new PreparedStatementAdapter(this 
    4949                                .getConnection().prepareStatement(sql)); 
Note: See TracChangeset for help on using the changeset viewer.