Re: [web2py] blob fields with PostGres

2020-01-16 Thread Dave S
On Wednesday, January 15, 2020 at 7:06:27 AM UTC-8, Carlos Correia wrote: > > Às 05:45 de 15/01/20, Dave S escreveu: > > > > On Sunday, January 12, 2020 at 9:36:14 AM UTC-8, Carlos Correia wrote: >> >> Às 22:51 de 10/01/20, Dave S escreveu: >> > For web2py/pydal when the backend is PostGres, ar

Re: [web2py] blob fields with PostGres

2020-01-15 Thread Carlos Correia
Às 05:45 de 15/01/20, Dave S escreveu: On Sunday, January 12, 2020 at 9:36:14 AM UTC-8, Carlos Correia wrote: Às 22:51 de 10/01/20, Dave S escreveu: > For web2py/pydal when the backend is PostGres, are blob fields translated to > bytea or to large object? > > If bytea,

Re: [web2py] blob fields with PostGres

2020-01-14 Thread Dave S
On Sunday, January 12, 2020 at 9:36:14 AM UTC-8, Carlos Correia wrote: > > Às 22:51 de 10/01/20, Dave S escreveu: > > For web2py/pydal when the backend is PostGres, are blob fields > translated to > > bytea or to large object? > > > > If bytea, does the adapter check that the value being add

Re: [web2py] blob fields with PostGres

2020-01-12 Thread Carlos Correia
Às 22:51 de 10/01/20, Dave S escreveu: For web2py/pydal when the backend is PostGres, are blob fields translated to bytea or to large object? If bytea, does the adapter check that the value being added fits the 1G limit of PostGres, or can a 2G field be sent (and then rejected by the backend)?

[web2py] blob fields with PostGres

2020-01-10 Thread Dave S
For web2py/pydal when the backend is PostGres, are blob fields translated to bytea or to large object? If bytea, does the adapter check that the value being added fits the 1G limit of PostGres, or can a 2G field be sent (and then rejected by the backend)? /dps -- Resources: - http://web2py.c