Hi Massimo, thanks for your answer, basically I need the row object
instead of the set in the after update callback, I have managed to do
this passing the table object to my plugin and making a query. But there
is a way to know the table that belongs an after update callback without
passing exp
I want to create an application that has 2 accounts, account_A & account_B
and a login page, i want every user to be directed to their specific
account at login, account_A user should see only all the account_A details
and information when they successfully login and not account_B information.
Did you change the MySQL connection string? By default, the names of the
*.table files are prefixed with a hash of the connection string, so if you
change the connection string, the hash will change, and none of the
existing *.table files will be recognized. For a simple fix, you can force
the
On Tuesday, December 19, 2017 at 8:48:15 AM UTC-5, Carlos Cesar Caballero
wrote:
>
> Hi Massimo, thanks for your answer, basically I need the row object
> instead of the set in the after update callback, I have managed to do this
> passing the table object to my plugin and making a query. But th
Honestly, it is difficult to say which is the best answer. Both are
extremely helpful and informative, thanks.
Nico, your detailed explanation is what I was originally seeking, thanks. I
ran a fake migration and all is well. Incidentally I did include all of the
directories including the .tables
Hi All,
I am trying to integrate and utilize the basic functionality for
"Google Wallet" for my web2py app and following the instructions given in
the online book. I've my own merchant ID and I have registered with
Google. but the problem is that it does not seem to initialize the widget
Hi
I want to use Requests lib in web2py to run facebook's Graph API.
So I need to use requests.get or requests.post.
The problem is, when I run requests.get in python, it's work.
but when I run in web2py, it gave me an error
HTTPSConnectionPool(host='graph.facebook.com', port=443): Max retries
7 matches
Mail list logo