Search
Clear search
Close search
Main menu
Google apps
Groups
Sign in
Groups
web2py-users
Conversations
Labels
API
Catalina
DAL
Field
GAE
GIS
HL7
JavaSctipt
LOAD
MySQL
Paypal
PostgreSQL
REST
RFC
URL
admin
advocacy
ajax
apache
app
appadmin
args
array
auth
backups
bug
bugfixes
cache
calendar
callback
components
contract
contrib
controller
create
criticism
crud
css
csv
dal
database
date
db
debugging
delete
demo
deployment
development
docker
documentation
e-learning
edit
error
error_handling
exception
expiration
folder
for
form
forms
framework
gluon
grid
html
html_helpers
ide
imap
import
input
internationalization
is_scheduler
javascript
jquery
json
keyed
l
legacy
links
login_bare
mac
mail
markmin
minor
models
modules
movuca
networking
nginx
nosql
operators
packages
password
payments
plugin
plugins
post
primarykey
product
py4web
pyDAL
pycharm
pyodel
python
python3
pythonanywhere
query
redirect
redis
registration
release
request
requires_login
rewriting
routing
save
scheduler
service
services
session
session_auth
sessions
setup
site
smtp
social
sqlform
sqlite
ssl
static
stupid_css
symbol
table
tampering
testing
trunk
typo
upgrade
upload
uploadfolder
uploads
users
uwsgi
validation
versios
views
w
web2py
web2pyslices
websockets
widget
wiki
About
Send feedback
Help
web2py-users
1–30 of 34904
Mark all as read
Report group
0 selected
Jim S
, …
Massimo Di Pierro
12
10/30/12
Q&A
MySQL migration issues with DAL outside of web2py
Submitted: http://code.google.com/p/web2py/issues/detail?id=1126 -Jim On Tuesday, October 30, 2012 1:
unread,
DAL
Q&A
MySQL migration issues with DAL outside of web2py
Submitted: http://code.google.com/p/web2py/issues/detail?id=1126 -Jim On Tuesday, October 30, 2012 1:
10/30/12
MichaelF
, …
lyn2py
5
9/14/12
Q&A
Problem accessing Rows/Row
Yes, it makes sense, and I've already modified my code; thanks. It's the inconsistency that
unread,
DAL
Q&A
Problem accessing Rows/Row
Yes, it makes sense, and I've already modified my code; thanks. It's the inconsistency that
9/14/12
Jim S
,
Massimo Di Pierro
4
9/12/12
Q&A
DAL format and represent outside of SQLFORM
My bad. print db.formulaImportLine.formulaImportId.represent(x.formulaImportLineId,x) because you
unread,
DAL
Q&A
DAL format and represent outside of SQLFORM
My bad. print db.formulaImportLine.formulaImportId.represent(x.formulaImportLineId,x) because you
9/12/12
Massimo Di Pierro
9/5/12
Q&A
Re: 2.0.6: "Required=True" not enforced by DAL?
required=True means that a value must be provided. For a string merk='' is a value. On
unread,
DAL
bug
table
Q&A
Re: 2.0.6: "Required=True" not enforced by DAL?
required=True means that a value must be provided. For a string merk='' is a value. On
9/5/12
Christian Espinoza
, …
Marin Pranjić
15
9/10/12
Q&A
DB Migration (sqlite->pgsql) Problems with 1.99.7 - 2.0.6 - 2.0.7 Versions
Update: It started working as soon as I installed psycopg2. This is pg8000 issue. I am using psql 8.4
unread,
DAL
Q&A
DB Migration (sqlite->pgsql) Problems with 1.99.7 - 2.0.6 - 2.0.7 Versions
Update: It started working as soon as I installed psycopg2. This is pg8000 issue. I am using psql 8.4
9/10/12
Anthony
, …
Massimo Di Pierro
7
9/2/12
Q&A
Re: Unusual behavior of storage.db/storage.sqlite file
No it shouldn't. On Sunday, 2 September 2012 19:18:25 UTC-5, Anthony wrote: Though that shouldn
unread,
DAL
dal
debugging
Q&A
Re: Unusual behavior of storage.db/storage.sqlite file
No it shouldn't. On Sunday, 2 September 2012 19:18:25 UTC-5, Anthony wrote: Though that shouldn
9/2/12
Yarin
, …
Alfonso Serra
14
1/20/16
Q&A
DAL calls fail after first stored procedure call
Ive solved it by creating a function as: def callproc(name, args): cur = db._adapter.cursor cur.
unread,
DAL
Q&A
DAL calls fail after first stored procedure call
Ive solved it by creating a function as: def callproc(name, args): cur = db._adapter.cursor cur.
1/20/16
Yarin
, …
Massimo Di Pierro
7
8/27/12
Q&A
DAL not returning results on temp table query
Please check agin. there is no more try-except in there. On Monday, 27 August 2012 09:01:26 UTC-5,
unread,
DAL
Q&A
DAL not returning results on temp table query
Please check agin. there is no more try-except in there. On Monday, 27 August 2012 09:01:26 UTC-5,
8/27/12
Niphlod
,
Massimo Di Pierro
2
8/23/12
Q&A
Re: Web2Py in cluster and DATABASES folder
If they share the database, they should also share the folder. Anyway, mind that file IO is a major
unread,
DAL
Q&A
Re: Web2Py in cluster and DATABASES folder
If they share the database, they should also share the folder. Anyway, mind that file IO is a major
8/23/12
JungHyun Kim
, …
howesc
5
8/20/12
Q&A
Is only first argument available for "ordering factor" with GAE?
Thank you howesc :) As you said, I used select().sort(lambda message:message.reg_time,reverse=True)
unread,
DAL
GAE
error
Q&A
Is only first argument available for "ordering factor" with GAE?
Thank you howesc :) As you said, I used select().sort(lambda message:message.reg_time,reverse=True)
8/20/12
villas
8/17/12
Q&A
Re: define existing tables
Take a look at web2py/scripts/extract_mysql_models.py
unread,
DAL
Q&A
Re: define existing tables
Take a look at web2py/scripts/extract_mysql_models.py
8/17/12
Amit
, …
mcamel
9
8/23/12
Q&A
Help me to write SQL query in web2py
It should work from inside select() also, i used it only for convenient. Regards, Amit On Wed, Aug 22
unread,
DAL
Q&A
Help me to write SQL query in web2py
It should work from inside select() also, i used it only for convenient. Regards, Amit On Wed, Aug 22
8/23/12
Felipe Meirelles
, …
Massimo Di Pierro
4
8/16/12
Q&A
SQLFORM.smartgrid field labels not I18N
You can use github but mind github does not send notification and sometime they wait there for longer
unread,
DAL
crud
grid
Q&A
SQLFORM.smartgrid field labels not I18N
You can use github but mind github does not send notification and sometime they wait there for longer
8/16/12
Alec Taylor
, …
Massimo Di Pierro
4
7/31/12
Q&A
`update_or_insert()` is always inserting?
Thanks, that did the trick. On Wed, Aug 1, 2012 at 1:21 AM, Cliff Kachinske <cjk...@gmail.com>
unread,
DAL
Q&A
`update_or_insert()` is always inserting?
Thanks, that did the trick. On Wed, Aug 1, 2012 at 1:21 AM, Cliff Kachinske <cjk...@gmail.com>
7/31/12
dave
2
7/29/12
Q&A
dynamic queries
I solved this problem by using the code below, instead of using the above code, if anyone comes
unread,
DAL
grid
Q&A
dynamic queries
I solved this problem by using the code below, instead of using the above code, if anyone comes
7/29/12
Omri Har-Shemesh
,
Massimo Di Pierro
3
7/30/12
Q&A
Add "dict" to SERIALIZABLE_TYPES in Row object's as_dict method
It seems to have been already done by Anthony, thanks for the quick fix! :) Omri On Friday, July 27,
unread,
DAL
Q&A
Add "dict" to SERIALIZABLE_TYPES in Row object's as_dict method
It seems to have been already done by Anthony, thanks for the quick fix! :) Omri On Friday, July 27,
7/30/12
Alec Taylor
, …
Niphlod
5
7/27/12
Q&A
Referencing user results in syntax-error?
Thanks, that did the trick. On Fri, Jul 27, 2012 at 5:25 PM, Niphlod <nip...@gmail.com> wrote:
unread,
DAL
Q&A
Referencing user results in syntax-error?
Thanks, that did the trick. On Fri, Jul 27, 2012 at 5:25 PM, Niphlod <nip...@gmail.com> wrote:
7/27/12
jcrowe
,
Derek
2
7/26/12
Q&A
installing mssql drivers
It should work just fine if you are using the source build. Don't use the win32 version of web2py
unread,
DAL
Q&A
installing mssql drivers
It should work just fine if you are using the source build. Don't use the win32 version of web2py
7/26/12
howesc
7/28/12
Q&A
Re: Fetch DB values and execute in script
i'm not exactly sure what you are trying to do here based on the description above, so i'm
unread,
DAL
models
Q&A
Re: Fetch DB values and execute in script
i'm not exactly sure what you are trying to do here based on the description above, so i'm
7/28/12
joe
, …
Niphlod
5
7/25/12
Q&A
email question, and mysterious variable behavior
'logging' gets the raw email printed on the console. it is only for debugging purposes. BTW (
unread,
DAL
Q&A
email question, and mysterious variable behavior
'logging' gets the raw email printed on the console. it is only for debugging purposes. BTW (
7/25/12
joe
,
Anthony
4
7/24/12
Q&A
Exporting foreign keys as represented value
Can you show the code you are using to get the data from the db to xlwt? Anthony On Tuesday, July 24,
unread,
DAL
Q&A
Exporting foreign keys as represented value
Can you show the code you are using to get the data from the db to xlwt? Anthony On Tuesday, July 24,
7/24/12
Omri Har-Shemesh
, …
Derek
13
8/10/12
Q&A
Suggestion - a pickled DAL field
aww, I love to see a cute monkey patch. On Friday, August 10, 2012 3:28:03 PM UTC-7, Omri Har-Shemesh
unread,
DAL
Q&A
Suggestion - a pickled DAL field
aww, I love to see a cute monkey patch. On Friday, August 10, 2012 3:28:03 PM UTC-7, Omri Har-Shemesh
8/10/12
Mark Li
, …
Derek
5
7/26/12
Q&A
Select Distinct for more than 1 distinct value
Usually, when you are asking these kind of questions, you come to realize you are asking the wrong
unread,
DAL
Q&A
Select Distinct for more than 1 distinct value
Usually, when you are asking these kind of questions, you come to realize you are asking the wrong
7/26/12
Mark Li
, …
Anthony
16
7/25/12
Q&A
Empty Database value is not None, but an empty string
I find sometimes the admin shell doesn't work as expected, particularly for db related operations
unread,
DAL
Q&A
Empty Database value is not None, but an empty string
I find sometimes the admin shell doesn't work as expected, particularly for db related operations
7/25/12
tiadobatima
, …
Niphlod
5
7/24/12
Q&A
validate_and_insert() question
Thank you very much for the very detailed answer Niphlod! It's very clear now. And big thanks to
unread,
DAL
Q&A
validate_and_insert() question
Thank you very much for the very detailed answer Niphlod! It's very clear now. And big thanks to
7/24/12
Marek Mollin
, …
Massimo Di Pierro
9
7/21/12
Q&A
DAL/Postgres not creating a table
I think it is, but it is in the last section of chapter 6. On Saturday, 21 July 2012 13:04:15 UTC-5,
unread,
DAL
deployment
Q&A
DAL/Postgres not creating a table
I think it is, but it is in the last section of chapter 6. On Saturday, 21 July 2012 13:04:15 UTC-5,
7/21/12
Amit
7/20/12
Q&A
how to use db connection multiple times with scheduler?
hi, I have to implement one scenario where scheduler will make the query to database periodically to
unread,
DAL
models
scheduler
Q&A
how to use db connection multiple times with scheduler?
hi, I have to implement one scenario where scheduler will make the query to database periodically to
7/20/12
Amit
, …
Peter
7
5/28/17
Q&A
how to compare date time in web2py?
I had some fun with this max_age_allowed = 20 * 60 # total seconds in 20 minutes update_age = request
unread,
DAL
Q&A
how to compare date time in web2py?
I had some fun with this max_age_allowed = 20 * 60 # total seconds in 20 minutes update_age = request
5/28/17
Martin Felder
,
Johann Spies
2
7/19/12
Q&A
Migrating computed Fields?
On 19 July 2012 11:01, Martin Felder <mdm...@gmail.com> wrote: Hi everyone, I have a small
unread,
DAL
Q&A
Migrating computed Fields?
On 19 July 2012 11:01, Martin Felder <mdm...@gmail.com> wrote: Hi everyone, I have a small
7/19/12
Amit
,
Niphlod
3
7/16/12
Q&A
how to delete records from table older than 1 day?
Thanks Niphold, its working as intended :) On Mon, Jul 16, 2012 at 3:55 PM, Niphlod <niphlod@gmail
unread,
DAL
Q&A
how to delete records from table older than 1 day?
Thanks Niphold, its working as intended :) On Mon, Jul 16, 2012 at 3:55 PM, Niphlod <niphlod@gmail
7/16/12