Bug 93095 - EDITING - sqlite3 table fields considered as SQLNull datatype in table creation mode using Xerial jdbc driver (OSX)
Summary: EDITING - sqlite3 table fields considered as SQLNull datatype in table creati...
Status: RESOLVED WORKSFORME
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Base (show other bugs)
Version:
(earliest affected)
4.4.5.2 release
Hardware: x86-64 (AMD64) macOS (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: Database-Connectivity
  Show dependency treegraph
 
Reported: 2015-08-03 08:54 UTC by Alex Thurgood
Modified: 2018-06-28 07:30 UTC (History)
4 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Thurgood 2015-08-03 08:54:35 UTC
See bug 93094 for explanations on setting up the sqlite3 database

If I attempt to edit the properties of any of the field types in any of the tables, the UI shows these tables as having the SQL Null datatype, which is clearly wrong.
Comment 1 Rolf Leggewie 2015-08-03 12:39:55 UTC
As of now, I'm still struggling to get the Xerial driver to do anything.  FWIW, the ODBC driver shipped in Ubuntu seems to be able to open sqlite3 databases for reading and writing.
Comment 2 Rolf Leggewie 2015-08-03 13:35:32 UTC
I cannot edit the fields for any of the tables for sqlite databases when connected over ODBC.
Comment 3 Alex Thurgood 2015-09-27 08:43:00 UTC
(In reply to Alex Thurgood from comment #0)
> See bug 93094 for explanations on setting up the sqlite3 database
> 
> If I attempt to edit the properties of any of the field types in any of the
> tables, the UI shows these tables as having the SQL Null datatype, which is
> clearly wrong.

This is not the case on Linux Mint 17.2 where the fields show the data types as defined in the schema, therefore this particular problem of misinterpretation of the field data types is Mac only (or possibly Windows as well, but no tests on that OS so far.)

Confirming as specific to OSX
Comment 4 QA Administrators 2016-11-08 10:37:30 UTC Comment hidden (obsolete)
Comment 5 Alex Thurgood 2017-06-27 09:41:07 UTC
Still reproducible with

Version: 5.3.4.2
Build ID: f82d347ccc0be322489bf7da61d7e4ad13fe2ff3
Threads CPU : 4; Version de l'OS :Mac OS X 10.12.5; UI Render : par défaut; Moteur de mise en page : nouveau; 
Locale : fr-FR (fr_FR.UTF-8); Calc: group

Xerial JDBC driver : 3.14.2.1
Comment 6 QA Administrators 2018-06-28 02:47:59 UTC Comment hidden (obsolete)
Comment 7 Alex Thurgood 2018-06-28 07:30:02 UTC
No longer reproduced in 

Version: 6.2.0.0.alpha0+
Build ID: fa7ebc82bbcee15cd75b42d1e7b8ef66ed719225
CPU threads: 4; OS: Mac OS X 10.13.5; UI render: default; 
Locale: fr-FR (fr_FR.UTF-8); Calc: group threaded

and using

Xerial JDBC driver : 3.14.2.1

The data types are now correctly recognized by the Table Edit UI.

Closing as WFM