Alex Nadalin

Results 145 comments of Alex Nadalin

...and using three question marks won't help anyone in solving the issue. There is certainly a problem in mapping class paths of entities on Windows, but since none of the...

look here: ``` php public function getClassByPath($file, $namespace) { $absPath = realpath($file); $namespaces = explode('/', $absPath); $start = false; $i = 0; $chunk = explode('\\', $namespace); $namespace = array_shift($chunk); while...

@nrk the weird thing is that those are retrieved by the finder :|

If we already ported the project into doctrine, we should dig if there's an existing event dispatcher implementation

@nrk @davidino any comments on this? Currently, there is no way to raise an event when you execute a query (for example for profiling and check if you should implement...

maybe @beberlei or @jwage can also help on this :)

good catch, we'll use it

Hi @smolinari, in general, adding the binary driver shouldnt be too much of a problem -- as you saw in #121. If you want to give it a shot it...

TBH the HTTP protocol performs quite well, so that has never been a priority -- though, as I said, controbutions are always welcome :) unfortunately we find very little time...

we started a conversation [here](https://github.com/doctrine/orientdb-odm/issues/41) but things froze, in general the whole persistence layer has to be implemented as now there is no way to actually persist a record with...