[web2py] Re: widget.autocomplet vs IS_IN_DB : formatting, filtering

2017-05-08 Thread Brian M
I've used bootstrap-select ( https://silviomoreto.github.io/bootstrap-select/examples/ ) to enhance standard select drop down lists and allow live searching. Would work well with your lists ofbecause the user can just type in part of any one of them and the options automatically filter down

[web2py] Azure deployment recommendations?

2017-05-24 Thread Brian M
s a Windows service via NSSM) on Azure? Any tips or recommendations would be appreciated. Thanks, Brian M -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- Y

[web2py] Re: Azure deployment recommendations?

2017-05-25 Thread Brian M
4, 2017 at 7:10:48 PM UTC-7, Brian M wrote: >> >> I'm looking to try deploying a web2py app on Azure. Is the route >> mentioned here >> <https://groups.google.com/forum/#!topic/web2py/XGxM_Tb9nJ4> still the >> best approach? Since running scheduled tasks w

[web2py] iterselect() and doing other DB actions - Connection is busy with results for another command

2018-01-10 Thread Brian M
I'm attempting to process through record sets from DAL queries that can sometimes return hundreds of thousands of records. To try to keep memory usage under control I wanted to use iterselect() instead of a plain DAL select(). However, the problem I'm running into is that as I process each reco

[web2py] Re: iterselect() and doing other DB actions - Connection is busy with results for another command

2018-01-10 Thread Brian M
on=yes', ...) > > Note, it may need to be all caps -- MARS_CONNECTION. > > Anthony > > On Wednesday, January 10, 2018 at 10:48:19 AM UTC-5, Brian M wrote: >> >> I'm attempting to process through record sets from DAL queries that can >> sometimes return hund

[web2py] Re: iterselect() and doing other DB actions - Connection is busy with results for another command

2018-01-10 Thread Brian M
it for the next person that might find this. On Wednesday, January 10, 2018 at 3:26:16 PM UTC-6, Anthony wrote: > > On Wednesday, January 10, 2018 at 2:48:34 PM UTC-5, Brian M wrote: >> >> Thank you Anthony, that works! >> >> Only issue is that while using iter

[web2py] Anybody Using PTVS (Python Tools for Visual Studio)?

2015-06-07 Thread Brian M
Is anybody developing with PTVS who's got debugging and everything setup and willing to share your config? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) ---

[web2py] FYI - MSSQL, Executesql and data columns retrieved as strings

2015-06-16 Thread Brian M
This is just a helpful tip should anyone else run into this problem. When using MS SQL 2012 (may also happen with 2010 and 2008) and the DAL's executesql() feature, if your query includes data type columns they'll have a tendency to be pulled in by pyodbc as unicode strings rather than dates.

[web2py] Re: FYI - MSSQL, Executesql and data columns retrieved as strings

2015-06-18 Thread Brian M
OK so what is the recommended adapter for news versions? I saw that there are like 4 different mssql adapters in the dal source but it wasn't really clear which one to use when. On Wednesday, June 17, 2015 at 1:42:02 AM UTC-5, Niphlod wrote: > > 10.0 for 2008, 11.0 for 2012, (or 12.0, if sql se

[web2py] Bug in XML(...,sanitize=True) ?

2015-06-26 Thread Brian M
I'm working on upgrading to the latest web2py version and may have uncovered a bug in the sanitizer. If you use XML(form.var.something, sanitize=True) and form.var.something is just a plain string without any tags then what you end up getting returned is an empty string rather than the original

[web2py] Re: Bug in XML(...,sanitize=True) ?

2015-06-28 Thread Brian M
version. It may be a recent bug. >> Will fix it today. >> >> On Friday, 26 June 2015 18:05:27 UTC-5, Brian M wrote: >>> >>> I'm working on upgrading to the latest web2py version and may have >>> uncovered a bug in the sanitizer. If you use XML(f

[web2py] LOAD and export to CSV

2015-09-28 Thread Brian M
Have you tried setting the appropriate content type header before returning? I've not done it inside a LOAD before but know that setting the content type will normally get the browser to download & save a CSV file rather than just display it. Brian -- Resources: - http://web2py.com - http://w

[web2py] Re: LOAD and export to CSV

2015-09-29 Thread Brian M
ate the file and set a link to > download it as part of the LOAD return, a two step process for the export > scenario. > I was just hoping someone had a better idea. > > Thanks, > Denes > > > > On Monday, September 28, 2015 at 8:38:37 PM UTC-4, Brian M wrote: >&

[web2py] web2py.com "Not Secure" wrong SSL Cert

2024-07-09 Thread Brian M
FYI - https://www.web2py.com is giving a "Not secure" warning because the SSL certificate is actually for *.pythonanywhere.com instead of web2py.com. Your connection is not private Attackers might be trying to steal your information from *www.web2py.com* (for example, passwords, messages, or c

[web2py] Re: web2py -> py4web

2024-07-15 Thread Brian M
I have a larger web2py app that would be a chore to migrate - hard to justify the time without clear incentives. It’s running Python 3.10 and not on GAE. Would be nice if there was at least some security updates. On Saturday, July 13, 2024 at 9:10:05 PM UTC-5 Massimo Di Pierro wrote: > Hello ev

<    1   2   3   4