orientdb-odm icon indicating copy to clipboard operation
orientdb-odm copied to clipboard

A set of PHP libraries in order to use OrientDB from PHP

Results 46 orientdb-odm issues
Sort by recently updated
recently updated
newest added

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...

mapper
bug

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 ..."....

mapper
refactoring

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...

priority
binding
bug
manager

Thinks about triggering events in object important lifecycle phases.

mapper
query
refactoring
binding

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...

query
refactoring

http://code.google.com/p/orient/wiki/OrientDB_REST?ts=1321037050&updated=OrientDB_REST#Export

query
refactoring
binding

[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)

query

mapper
query
test
binding