[web2py] Re: Extending DAL for spatial queries?

2010-10-21 Thread Dalen Kruse
This would be a good thing to add to http://web2py.uservoice.com. On Oct 20, 5:39 pm, Tim Michelsen wrote: > Hello, > would it respresent a lot of effort to extend the DAL functionality to > spatial capabilities? > > Examples can be found here: > > *http://www.geoalchemy.org/tutorial.html#perfor

[web2py] Address form i18n

2010-09-23 Thread Dalen Kruse
I'm working on an e-commerce site with web2py that requires the ability to handle international sales. In the past, I've worked with Drupal and Ubercart. Ubercart has a mechanism where the format of the shipping address form can be changed based on the country that is selected. They use somethin

[web2py] list:integer or joins?

2010-09-21 Thread Dalen Kruse
I just started out using web2py and I'm really liking it. After reading the DAL chapter in the book, I'd like to get people's opinion on something. If I'm using a relational DB (not GAE), is there an advantage/disadvantage to specifying a relation between tables using a 'list:integer' field over

[web2py] Re: plugin legacy mysql: generates web2py code to access your mysql legacy db

2010-08-27 Thread Dalen Kruse
Excellent! I was just coming up on a personal project that requires me to use a legacy database. I wasn't looking forward to writing the models myself. Thanks for this plugin. Dalen On Aug 26, 5:36 pm, selecta wrote: > Create the web2py code needed to access your mysql legacy db. > > To make