- re-enable return_fields specification
[plcapi.git] / PLC / Table.py
2006-11-09 Mark Huang- re-enable return_fields specification
2006-11-08 Mark Huang- rename fill to selectall
2006-11-07 Mark Huang- clarify Row doc
2006-10-24 Mark Huang- fix typo
2006-10-20 Mark Huang- provide base class __init__() and delete() implementa...
2006-10-10 Mark Huang- sync: support forced insertion, e.g. if primary key...
2006-10-10 Mark Huangsync: insert if the primary key (usually an auto-increm...
2006-10-06 Mark Huang- validate: check for attempt to unset non-null values
2006-10-03 Mark Huang- move common sync() functionality here
2006-10-02 Mark Huang- no need to override __setitem__() anymore, all helper...
2006-09-25 Mark Huang- support new schema
2006-09-06 Mark HuangInitial checkin of new API implementation