Changed update to updateTo
This commit is contained in:
@ -132,7 +132,7 @@ public abstract class SQLTable {
|
||||
* @return the update manager
|
||||
*/
|
||||
public UpdateManager update() {
|
||||
return connection.update(tableName());
|
||||
return connection.updateTo(tableName());
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user