prettified
[plcapi.git] / PLC / Table.py
2016-12-16 Thierry Parmentelatprettified r2lab
2010-12-01 Thierry Parmentelatdel svn kwds
2010-09-15 Thierry Parmentelatavoid running validate on DeletePerson
2010-06-22 S.Çağlar Onur- Change .py files to use 4-space indents and no hard...
2010-05-03 Thierry ParmentelatFirst draft for leases
2009-07-19 Thierry Parmentelatsvn keywords
2009-07-19 Thierry Parmentelatrevised type-checking on taggable classes - previous...
2009-07-18 Thierry ParmentelatFix big leak in type-checking add/update args for tagga...
2008-12-11 Thierry ParmentelatInterfaces can handle tags through Add/Get/Update
2008-12-09 Thierry Parmentelatfix
2008-12-09 Thierry Parmentelatkeep things simple, use 'value' rather than 'tagvalue...
2008-12-06 Thierry Parmentelataccepts tags in getnodes filters
2008-12-06 Thierry Parmentelatauto init for row classes
2008-12-05 Thierry Parmentelatboot manager assumes the tagname is identical to the...
2008-12-05 Thierry Parmentelatdefining view_name in the Row class does not work,...
2008-12-04 Thierry Parmentelatnodes have a node_type (NodeType object and api calls...
2008-10-11 Thierry Parmentelatadd svn keyword
2008-10-10 Tony Mackbug fix in Table.sync. Only attempt to fetch/generate...
2008-06-03 Tony Mackobtain integer primary keys by calling nextval() on...
2007-11-06 Tony MackAdded separate_types() method
2007-09-12 Tony Mack- merge from PlanetLab Europe
2007-01-16 Mark Huang- update validate_timestamp() docs
2007-01-08 Mark Huang- python < 2.4 does not support function decorators
2007-01-08 Mark Huang- add class methods add_object() and remove_object...
2006-11-30 Thierry Parmentelat(*) implements validate_ methods for all timestamp...
2006-11-25 Thierry Parmentelatmore detailed info passed when raising an exception
2006-11-13 Mark Huang- rename Table.row to Table.classobj for clarity
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