Hi Again,
Just updated the web2py-pages master branch with 2 .w2p files.
And started a new branch (develop) which contains a complete welcome app
with the page plugin already working that can be used as an appliance to
speed up testing and developing with it.
https://github.com/acidjunk/web2py-p
You can test it in recent DAL. It's still experimental, but well
supported in PostgreSQL. Just add the following options when
instantiating a new DAL object:
ignore_field_case=False, entity_quoting=True
mic
2014-05-07 11:26 GMT+02:00 Álvaro J. Iradier :
> Back in 2011 I proposed using quoted
Back in 2011 I proposed using quoted identifiers for databases supporting
it:
https://groups.google.com/d/msg/web2py/aSPtD_mGXdM/4Eflv-edEUEJ
I think the check_reserved option is a valid fix, but databases like
PostgreSql that allow using any word as identifier by quoting it should use
this in
I cannot look at it this week, but many thanks for updating me.
On Tuesday, 6 May 2014 18:24:15 UTC+1, Rene Dohmen wrote:
>
> Hi Villas,
>
> page is a restricted word in postgres and some other DB's I think. We
> started development in web2py 1.99.1 with sqlite.
> it's a valid sqlite tableNam
Hi Villas,
page is a restricted word in postgres and some other DB's I think. We
started development in web2py 1.99.1 with sqlite.
it's a valid sqlite tableName. The problem for us is that we can't rename
it very easing without breaking a lot of apps.
The problem that we had with building a web2
Hi Rene
Is there a plugin now?
BTW the whole idea of using check_reserved is so you can avoid using
reserved names with new projects. Finding a way to avoid that so you can
use 'page' negates the purpose.
Thanks for your effort to release this work and it will be very nice to see
it in actio
This was solved a while ago :)
On Friday, December 20, 2013 9:34:21 AM UTC+1, Ruud Schroen wrote:
>
> We are still working on a plugin.
> But we are facing a problem regarding reserved keywords which prevents us
> from creating a plugin.
>
> db = DAL('sqlite://storage.sqlite',pool_size=1,check_re
We are still working on a plugin.
But we are facing a problem regarding reserved keywords which prevents us
from creating a plugin.
db = DAL('sqlite://storage.sqlite',pool_size=1,check_reserved=['all'])
*check_reserved=['all'] *needs to be removed in order for it to work right
now, the problem i
Hi Rene / Ruud
I have been intending to look at this, but decided it would be easier to
wait for the plugin, if one was being made. Is it still intended to make
a plugin?
Best wishes, D
On Wednesday, 20 November 2013 03:17:55 UTC, Rene Dohmen wrote:
>
> Hi List,
>
> Ruud, thanks for sha
Hi List,
Ruud, thanks for sharing. :)
I'll build a w2p plugin from it at the end of this week.
We are still testing it; and need to upgrade fancy box to fancybox2.
Kind Regards,
Rene
On Wednesday, November 20, 2013 12:06:47 AM UTC+1, Ruud Schroen wrote:
>
> Also i forgot to mention:
>
> The ap
Also i forgot to mention:
The app contains a file called *copy_to_app.sh *which you can use to copy
the needed content to a standard welcome app.
Inside this file you need to change you will find two locations of apps:
- The web2py pages app
- A standard welcome app
You need to change th
11 matches
Mail list logo