2
0
mirror of https://github.com/boostorg/mysql.git synced 2026-01-27 07:02:11 +00:00
Files
mysql/example/private/employees_multiple.json
Ruben Perez 5e8992ba88 Client-side SQL formatting functions
Added format_sql, format_sql_to and basic_format_context
Boost.Charconv is now a mandatory dependency
Text queries are now locale-independent
any_connection::current_character_set now uses system::result
Added any_connection::format_opts
field_view, field and statement::bind now disallow character types
escape_string can now be used with any OutputString type
Added constant_string_view
character_set now uses string_view and span
set_character_set hardening

close #69
close #208
2024-02-15 16:02:39 +01:00

20 lines
385 B
JSON

[
{
"first_name": "Alice",
"last_name": "Davidson",
"salary": 40000,
"company_id": "HGS"
},
{
"first_name": "Bob",
"last_name": "Henrik",
"salary": 35000,
"company_id": "HGS"
},
{
"first_name": "Darth",
"last_name": "Smith",
"salary": 99999,
"company_id": "AWC"
}
]