Commit Graph

9 Commits

Author SHA1 Message Date
Vadim Zeitlin cd738b0af8 Document db_type first, then data_types
Make sure to list db_type first, before the now deprecated data_type.
2024-01-02 23:45:46 +01:00
Lukas Zanner 037a332ca7 Add db_type description to docs 2023-10-18 22:28:19 +02:00
Lukas Zanner d4414a3edb Update docs for complete integer type support 2023-08-13 17:25:28 +02:00
Vadim Zeitlin d4d50d6500 Don't show interactive ODBC dialogs when reconnecting
Such dialogs can be unexpected and confusing, as reconnection can happen
automatically, and not in a response to a user action.

Implement this by adding a new "reconnect" option and add is_option_on()
helper to connection_parameters to facilitate using it.
2020-11-04 01:30:05 +01:00
Vadim Zeitlin 43c133be13 Add session::is_connected() function
This function can be used to check if the connection to the server is
still available (and then, perhaps, call reconnect(), if it isn't).

Implement it for all backends using native API (except for SQLite for
which it always returns true).
2020-10-13 01:05:51 +02:00
Mohan Sella 9d0caa13ca Use 64-bit integer for next sequence and last insert ID values (#720) 2019-06-07 15:00:07 +02:00
Astrinus 66301072e3 Fixed broken links in client.md 2017-12-20 16:54:43 +01:00
Mateusz Loskot 46071f5f64 [docs] Replace HTML tables with Markdown tables
Use fenced code blocks with language specification.
Update database/os/compiler tables for some backends.
2017-09-23 18:14:47 +02:00
Mateusz Loskot 80941a9d97 Update structure of SOCI 4.0.0 documentation
Add MkDocs configuration to build documentation pages.

[ci skip]
2017-08-07 00:45:23 +02:00