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:
shaper
2002-06-17 21:30:10 +00:00
parent 5451957b54
commit b095417bd9
@@ -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