ovs.db.idl: Improve error reporting for bad <row-update>s.
[sliver-openvswitch.git] / python / ovs / db /
2011-08-24 Ben Pfaffovs.db.idl: Improve error reporting for bad <row-update>s.
2011-08-24 Ben Pfaffovsdb-data: Simplify converting an OVSDB datum to JSON...
2011-08-24 Ben Pfaffpython: Avoid using 'type' as a variable name.
2011-08-24 Ben Pfaffpython: Take advantage of Python "x < y < z" syntax.
2011-08-24 Ben Pfaffpython: Avoid lots of \" in quoted strings by using...
2011-08-24 Ben Pfaffpython: Join a list of strings instead of concatenating...
2011-08-24 Ben Pfaffpython: Use getattr() and setattr() instead of __dict__.
2011-08-24 Ben Pfaffovs.db.data: Fix bugs in Atom.is_default() and Datum...
2011-06-06 Ben Pfaffpython ovsdb: Fix one style inconsistency.
2011-06-06 Ben Pfaffovsdb: Implement table uniqueness constraints ("indexes").
2011-03-31 Ben Pfaffovsdb: Force strong references to non-root tables to...
2011-03-10 Ben Pfaffovsdb: Implement garbage collection.
2011-03-10 Ben Pfaffovsdb-idlc: Initialize refType in IDL reference columns...
2011-01-04 Ethan Jacksonpython: properly initialize string length on 64bit...
2010-12-27 Ben PfaffImplement database schema versioning.
2010-11-02 Ben Pfaffovsdb: Fix formatting of ovs.db.Error on Python 2.6.
2010-09-17 Ben Pfaffovsdb-doc: Be less explicit in ovs-vswitchd.conf.db(5).
2010-08-26 Ben Pfaffxenserver: Add type-checking to monitor-external-ids...
2010-08-25 Ben PfaffImplement initial Python bindings for Open vSwitch...