sqlite3 create table col width?

Paddy paddy3118 at googlemail.com
Sat Aug 4 14:02:18 EDT 2007


On Aug 4, 6:51 pm, jim-on-linux <inq1... at inqvista.com> wrote:
> PY help,
>
> Using sqlite3 v3.1.3
>
> When I create a table collumn using;
>
> newcollum VARCHAR(35),
>
> I get a default of 10 spaces.
>
> No matter what I set the size to I get 10 spqces,
> even using varchar(0) defaults to 10 spaces.
>
> I would appreciae the help if someone could tell
> me what I'm missing, I want to varry the column
> sizes.
>
> jim-on-linux

Hi Jim,
You need to create a new thread for this new question so it gets
maximum visibility and so is more likely to be answered.

- Paddy.




More information about the Python-list mailing list