Need to pass the internal session along for update(Object).
git-svn-id: https://samskivert.googlecode.com/svn/trunk@778 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -366,7 +366,7 @@ public class Table {
|
||||
public int update(Object obj)
|
||||
throws SQLException
|
||||
{
|
||||
return update(obj, null, null);
|
||||
return update(obj, null, session);
|
||||
}
|
||||
|
||||
/** Update record in the table using table's primary key to locate
|
||||
|
||||
Reference in New Issue
Block a user