I'm glad to announce a first stable version of the new Glorp Port, from VW 7.7.1.
The port has been integrated with the DBXTalk Driver (before known as SqueakDBX), and tested on the following platforms: MySql: 872 tests run, 18 errors, 6 failures PostgreSQL: 872 tests, 18 errors, 6 failures Oracle: 872 tests, 21 errors, 5 failures. Most of the errors are caused by stuff the DBXTalk Driver does not support yet, like LOBS. Also, there are some bugs yet I have to attack and learn how to get rid of, hehe. One think to be careful of yet is the licencing (or how it should be written). Glorp licence today is LGPL, but in the way to be MIT :). So, if you want to download and try it, evaluate in a workspace, in Pharo 1.2 and 1.3, Gofer it squeaksource: 'DBXTalk'; package: 'ConfigurationOfGlorpDBX'; load. (ConfigurationOfGlorpDBX project version: #stable) load And start playing! I think I'll become the new port mantainer, so feedback, bug reports and everything else is appreciated. BTW, documentation and some new tools are on the way too. Guille :) |
thanks guillermo!
Stef On Jun 7, 2011, at 4:57 AM, Guillermo Polito wrote: > I'm glad to announce a first stable version of the new Glorp Port, from VW 7.7.1. > > The port has been integrated with the DBXTalk Driver (before known as SqueakDBX), and tested on the following platforms: > > MySql: 872 tests run, 18 errors, 6 failures > PostgreSQL: 872 tests, 18 errors, 6 failures > Oracle: 872 tests, 21 errors, 5 failures. > > Most of the errors are caused by stuff the DBXTalk Driver does not support yet, like LOBS. Also, there are some bugs yet I have to attack and learn how to get rid of, hehe. > > One think to be careful of yet is the licencing (or how it should be written). Glorp licence today is LGPL, but in the way to be MIT :). > > So, if you want to download and try it, evaluate in a workspace, in Pharo 1.2 and 1.3, > > Gofer it > squeaksource: 'DBXTalk'; > package: 'ConfigurationOfGlorpDBX'; > load. > > (ConfigurationOfGlorpDBX project version: #stable) load > > And start playing! > > I think I'll become the new port mantainer, so feedback, bug reports and everything else is appreciated. > > BTW, documentation and some new tools are on the way too. > > > Guille :) |
We have a new issue tracker:
http://code.google.com/p/dbxtalk/issues/list So...please, if there are bugs or wishes, writem them there. I have just added: http://code.google.com/p/dbxtalk/issues/detail?id=6 Cheers On Tue, Jun 7, 2011 at 9:13 AM, Stéphane Ducasse <[hidden email]> wrote: thanks guillermo! -- Mariano http://marianopeck.wordpress.com |
In reply to this post by Guillermo Polito
Hi Alan!!
On Wed, Jun 8, 2011 at 4:46 PM, Alan Knight <[hidden email]> wrote:
So you imported our changes in a branch of your repo? I was going to make a list of what we had to do to import it into pharo to send it to you :). Actually I learnt a lot (and I still do) while doing the port, but my learning process is a bit chaothic, and making a list in the first try was not easy for me, hehe.
Actually yes, since in pharo we don't have namespaces, we had to recategorize a lot of classes to put it a little of order, hehe.
Yeap :) Thanks! Guille
|
Free forum by Nabble | Edit this page |