Re: [web2py] WWW SQL Designer to DAL converter

2013-01-06 Thread Boris Manojlovic
change to xslt file --- output.xsl-orig 2013-01-07 01:58:23.0 + +++ output.xsl 2013-01-07 01:50:44.0 + @@ -85,10 +85,11 @@

Re: [web2py] WWW SQL Designer to DAL converter

2013-01-06 Thread Bruno Rocha
This syntax is deprecated, still worls, but it is now deprecated. Should be: """ database class object creation (initialization) """ if request.env.web2py_runtime_ gae: # if running on Google App Engine db = *DAL*('gae') # connect to Google BigTable

Re: [web2py] WWW SQL Designer to DAL converter

2013-01-06 Thread Boris Manojlovic
i really do not understand why people simply do not extend work i already done with wwwsqldesigner, who ever owns gaesql should update xslt to working one... not to mention it already worked at hxxp:// designer. bojanka. net I give up about this story :) On Fri, Dec 28, 2012 at 7:35 PM, Derek w

Re: [web2py] WWW SQL Designer to DAL converter

2012-12-28 Thread Derek
Yes, it's pretty much the same, you can also generate web2py from it, and it works just fine. Well, the relations needs a bit of work, but it does make it easier. On Friday, December 28, 2012 12:12:32 AM UTC-7, Massimo Di Pierro wrote: > > Didn't we have this already? > > http://gaesql.appspot.c

Re: [web2py] WWW SQL Designer to DAL converter

2012-12-27 Thread Massimo Di Pierro
Here is the file I meant to upload. https://dl.dropbox.com/u/18065445/Tmp/web2py.app.SqlDesigner.w2p On Friday, 28 December 2012 01:12:32 UTC-6, Massimo Di Pierro wrote: > > Didn't we have this already? > > http://gaesql.appspot.com/ > > I am not sure who owns that. I think this is the source: >

Re: [web2py] WWW SQL Designer to DAL converter

2012-12-27 Thread Massimo Di Pierro
Didn't we have this already? http://gaesql.appspot.com/ I am not sure who owns that. I think this is the source: web2py.app.SqlDesigner.w2p but I am not 100% sure. Anyway, probably the one by Elcio is better. It would be nice if it could go both ways (export and import). Massimo On Friday, 28

Re: [web2py] WWW SQL Designer to DAL converter

2012-12-27 Thread Bruno Rocha
Great! It would be nice if we automate the whole process, users put the .xml in /models or /private folder and this script can be called automatically if model doesnt exists, or we can put a button in admin "generate models" --> "upload the xml" I will do some tests! On Thu, Dec 27, 2012 at 10:2