Thank you very much for the pull.
It's merged, do a git pull to be updated.
Let me know what works and what's broken.
Cheers.
FRANK
--
Roberto Franchini
L'impossibile è inevitabile.
http://www.celi.it
http://www.blogmeter.it
Tel +39.011.562.71.15
jabber:ro.fra...@gmail.com skype:ro.franchini
Code is still in development and there are some duplications.
You are free to improve the code.
i was very busy but the driver is still alive. My plans are to work hard on the driver after xmas. can you post more details about your errpr?
Can you add more details? Orient version, type of storage etc..
The driver is not complete: I wrote some tests, but a production
environment is a different thing.
Fill a bug on https://github.com/robfrank/orientdb-jdbc
THX,
FRANK
Select , update and insert are working. The driver isn't used in any
production deployment yet.
Keep in mind that the SQL language to be used is the Orientdb-SQL.
This means that the driver couldn't work behind a framework that
generates SQL for RDBMS.
At the moment the driver is bound to rc7, but next week I will update
to rc8-SNAP.
REgards,
I haven't tested maps.
What I mean is SQL generation.
The driver is just a "proxy" to orient. So if you pass to the driver a
query with a SQL92 JOIN syntax, it will fail.
IMHO the scope of the driver is to give access to orient to legacy
applications.
If you are developing a green-field project, or you are evolving an
old one, and you can, use plain access to Orient, DON'T limit yoursef
to JDBC.
JDBC, as specificaton, is bounded to RDMBS world.
Listen to me: use plain orient, if you can!!!!
My 2€cents.
Ok, I will work hard next week on the driver.
Pull the last changes I made: rc7 and some fix to tests.
Feel free to push patches or open tickets on github.
send the pull request!!!
We can work togheter. And finish it for the 1.0!!
On Jan 3, 2012 3:44 PM, "Salvatore Piccione" <salvo...@gmail.com> wrote:
>
> Hello,
>
> I've sent a pull request with some of the work I made: https://github.com/robfrank/orientdb-jdbc/pull/2
>
thx. i will merge it later
Merged.
Now I'm fixing some bugs in tests.
I hope to push working code this afternoon, or at least tonight.
>
> Merged.
> Now I'm fixing some bugs in tests.
> I hope to push working code this afternoon, or at least tonight.
> FRANK
>
I've fixed some bugs in tests and now are all green.
Tests are all working in memory database.
I will add tests for blobs on the Document side (Salvatore adds Blobs
and tests for the graph api).
I will add some examples, maybe in a separate module.
not yet.
Today I will work on db metadata to be able to test with tools like
DbVisualizer.