prrvchr
prrvchr
Hi gotson, Unfortunately, I don't have any test case, but I know roughly what Base is asking for. For table creation, it seems that no DataType returned by DatabaseMetaData.getTypeInfo() has...
LibreOffice / OpenOffice Base
> I just checked DatabaseMetaData#getTypeInfo(), and so far it's always returning the same thing, and indeed doesn't return AUTO_INCREMENT to true for any of the types. It should return true...
>if it's not in SQLite, it cannot be in the JDBC driver. Is it worth claiming it from the SQLite team? If not or as a replacement, could the `sqlite_master`...
> If Base expects the other one, how would that solve your issue? Specifically Base needs to know for each [view](https://www.openoffice.org/api/docs/common/ref/com/sun/star/sdbcx/View.html): - the name of the Catalog. - the name...
@gotson Thanks for the improvement, I'll test and let you know.
@gotson I'm sorry but I failed to get the jar archive from the source files. Maybe you have some advice for that. Thanks
Hi, [gotson](https://github.com/gotson) Thank you for these new changes. I just tested with the first snapshot and it allows the creation of autoincrements. I still have one last problem to solve...
Perhaps the best way to support database creation would be an **option in the connection url** as is the case for many JDBC drivers. In any case, this makes it...
@mrotteveel thank you for this work. Can you tell me where to find a pre-release archive?