Subversion Repository Public Repository

litesoft

Diff Revisions 85 vs 151 for /trunk/Java/core/Server/src/org/litesoft/sql/SQLPersistenceHelper.java

Diff revisions: vs.
  @@ -458,7 +458,7 @@
458 458 protected long rawCount( String pTableName, String pWhereClause )
459 459 throws DBException
460 460 {
461 - // todo: switch the '*' to the primary key!
461 + // todo: switch the '*' to the primary key!
462 462 JDBCexecuteQuery query = new JDBCexecuteQuery( this, "SELECT COUNT(*) FROM " + pTableName + " " + pWhereClause, this ).executeQuery();
463 463 try
464 464 {