Search the web
Sign In
New User? Sign Up
congo-dev
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
r4450 - /congo/branches/congo-2.0.0.2/src/main/java/com/stonekeep/co   Message List  
Reply | Forward Message #1770 of 1893 |
Author: dbs
Date: Sun Jun 28 22:45:59 2009
New Revision: 4450

Log:
Hotfix to a typo in the SQL statement for creating state.

Modified:

congo/branches/congo-2.0.0.2/src/main/java/com/stonekeep/congo/dao/StateDAO.java

Modified:
congo/branches/congo-2.0.0.2/src/main/java/com/stonekeep/congo/dao/StateDAO.java
==============================================================================
---
congo/branches/congo-2.0.0.2/src/main/java/com/stonekeep/congo/dao/StateDAO.java
[iso-8859-1] (original)
+++
congo/branches/congo-2.0.0.2/src/main/java/com/stonekeep/congo/dao/StateDAO.java
[iso-8859-1] Sun Jun 28 22:45:59 2009
@@ -81,7 +81,7 @@
Connection c = dataSource.getConnection();
try {
String sql = "INSERT INTO reg_state "
- +
"(state_cid,state_cid,state_registered,state_badged,state_checkedin,state_subscr\
ibed,state_regtype) "
+ +
"(state_cid,state_rid,state_registered,state_badged,state_checkedin,state_subscr\
ibed,state_regtype) "
+ "VALUES (?,?,?,?,?,?,?)";
PreparedStatement p = c.prepareStatement(sql);
p.setInt(1, s.getCid());




Mon Jun 29, 2009 2:46 am

svn@...
Send Email Send Email

Forward
Message #1770 of 1893 |
Expand Messages Author Sort by Date

Author: dbs Date: Sun Jun 28 22:45:59 2009 New Revision: 4450 Log: Hotfix to a typo in the SQL statement for creating state. Modified: ...
svn@...
Send Email
Jun 29, 2009
2:54 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help