AdaBase icon indicating copy to clipboard operation
AdaBase copied to clipboard

Thick database bindings to MySQL, PostgreSQL and SQLite for Ada

Results 5 AdaBase issues
Sort by recently updated
recently updated
newest added

Please advise /gnat/2021/bin/../libexec/gcc/x86_64-w64-mingw32/10.3.1/ld.exe: cannot find -lmysql Much obliged ToyMakerUSMC

**I usually compile my projekts with -gnatwa** package Compiler is for Switches ("ada") use ("-fstack-check", "-O2", "-gnatf", "-g", "-gnat12", "-gnatwa"); end Compiler; **Maybee its possible to fix these warning Issues...

spatial_data.adb does compile on 10.2.0, but not on 11.3.0. It barfs with: ``` [Ada] spatial_data.adb /tmp/ccHCc73u.s: Assembler messages: /tmp/ccHCc73u.s:14356: Error: bad immediate value for offset (4096) ``` This is on...

Near perfect, but... Making a query such as "SHOW TABLES" fails, but there is a C API call which is not implemented, mysql_list_tables(). We can seem to list columns just...

on postgresql (at least), you might see a prepared statement with "uuid((?)::text)" in it for example. RIght now those colons are being interpreted as variable names (alternatives for "?") rather...