Le 10/1/15 10:59, Stephan Eggermont a écrit :
Stef wrote:
May be this is the time to improve this package :) I'm sorry I have no DB experience. As part of the consortium agenda for this year we have - better ffi - better db support Moving to Levente's PostgreSQLv3 and migrating that might be a better idea. He has been using it in production systems for a long time AFAIK.
when I meant db support it is not limited to one implementation. Olivier Auverlot started to do a document listing all the solutions and their status. https://docs.google.com/spreadsheets/d/1uD6UFmwCJxAkOC9tlvdJsHtt10C0KHJ6Zp8W... Add the information avout SQLv3 Now I do not get it. Did you port it to Pharo?
The code mirror is very interesting. Porting it needs someone with close access to Opal/old compiler knowledge. The way it works now in Squeak looks ideal for someone with a PostgreSQL background. Using a code browser to edit plsql, and having a directly mirrored smalltalk class for each table.
http://forum.world.st/Status-of-PostgresV3-td4780110.html I have verified that the connection works and that I can get data out of postgres. Missing: - switch the code highlighter from smalltalk to one for plsql in nautilus. - connect to glorp - (later) add a real plsql parser (petitsql?)
Stephan