Are BLOBS (binary large objects) and arbitrary string values supported?
Yes, varchars have no intrinsic size limit and can be used to store marshalled or pickled Python BLOBS — but the application using gadfly will have to know when to “deserialize” the objects (using marshal or pickle or other mechanisms). For example it is even possible to store Python byte code objects in a gadfly database in this way.
Related Questions
- User copies several values (at once) from a local excel spreadsheet and pastes them into the jdatagrid, is this feature supported?
- How is it possible for two String objects with identical values not to be equal under the == operator?
- Are BLOBS (binary large objects) and arbitrary string values supported?