orientdb-odm
orientdb-odm copied to clipboard
A set of PHP libraries in order to use OrientDB from PHP
Hello, Now I'm trying to map the entity, I'm working in ZendFramework, in the configuration I do this: ``` php $parameters = Doctrine\OrientDB\Binding\BindingParameters::create('http://admin:[email protected]:2480/logusers'); $orient = new Doctrine\OrientDB\Binding\HttpBinding($parameters); $cache = new...
If you have a mapped attribute which is not NULLable as per annotation, but its empty in the DB, you will get an error "Trying to cast '' as ..."....
https://github.com/nuvolabase/orientdb/issues/1277 Time to revert our [temporary fix](https://github.com/doctrine/orientdb-odm/blob/master/src/Doctrine/ODM/OrientDB/Caster/Caster.php#L510).
Serious issues: when we do an insert, there is no way to get the RID of the inserted record. This means that if you need to insert and then output...
Thinks about triggering events in object important lifecycle phases.
maybe it could be useful, instead of calculating the raw sql query each time, to serialize the tokens of the query and find if there's an identical serialized string in...
http://code.google.com/p/orient/wiki/OrientDB_REST?ts=1321037050&updated=OrientDB_REST#Export
[Create Vertex](http://code.google.com/p/orient/wiki/SQLCreateVertex) [Create Edge](http://code.google.com/p/orient/wiki/SQLCreateEdge) [Delete Edge](http://code.google.com/p/orient/wiki/SQLDeleteEdge) [Delete Vertex](http://code.google.com/p/orient/wiki/SQLDeleteVertex)