An open API service providing commit metadata for open source projects.

GitHub / sqlpage/sqlx-oldapi / commits

SHA Message Author Date Stats
d6a68b15 v0.6.52 lovasoa <c****t@o****v> 4 months ago
905fab8c merge Merge remote-tracking branch 'refs/remotes/origin/main' lovasoa <c****t@o****v> 4 months ago
88aab3b5 Update odbc-api to 24.0.0 (#52) Ophir LOJKINE <p****s@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
428862a5 Update dependencies (#51) Ophir LOJKINE <p****s@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
9eeceaa1 Update async-native-tls to 0.6.0 lovasoa <c****t@o****v> 4 months ago
0110f575 Update whoami to 2.1.1 lovasoa <c****t@o****v> 4 months ago
32326e51 Update git2 to 0.20.4 lovasoa <c****t@o****v> 4 months ago
2425920f Update flume to 0.12 lovasoa <c****t@o****v> 4 months ago
90b98ddc Update hashlink to 0.11 lovasoa <c****t@o****v> 4 months ago
b81adb5d Update mockall to 0.14 lovasoa <c****t@o****v> 4 months ago
ea13882e Type_info unimplemented message (#50)
Co-authored-by: Cursor Agent <c****t@c****m>
Ophir LOJKINE <p****s@g****m>
Committed by: GitHub <n****y@g****m>
6 months ago
76a804b5 Sqlx type info crash (#49)
Co-authored-by: contact <c****t@o****v>, contact <c****t@o****v>, contact <c****t@o****v>, Cursor Agent <c****t@c****m>
Ophir LOJKINE <p****s@g****m>
Committed by: GitHub <n****y@g****m>
7 months ago
645fd0d8 0.6.51 lovasoa <c****t@o****v> 9 months ago
fdb3fb3e allow extracting unerlying db specific value from AnyValueRef (#44) Ophir LOJKINE <p****s@g****m>
Committed by: GitHub <n****y@g****m>
9 months ago
5f57b852 update changelog lovasoa <c****t@o****v> 9 months ago
31805609 Discover sql server named instance ports (#43)
Co-authored-by: contact <c****t@o****v>, contact <c****t@o****v>, contact <c****t@o****v>, contact <c****t@o****v>, contact <c****t@o****v>, contact <c****t@o****v>, contact <c****t@o****v>, contact <c****t@o****v>, contact <c****t@o****v>, contact <c****t@o****v>, Cursor Agent <c****t@c****m>
Ophir LOJKINE <p****s@g****m>
Committed by: GitHub <n****y@g****m>
9 months ago
138afb9d no warning when statement row count is not available lovasoa <c****t@o****v> 9 months ago
6ed3daae v0.6.49 lovasoa <c****t@o****v> 10 months ago
e3ca4c35 fix(tests): enhance error message assertions for prepared statement tests lovasoa <c****t@o****v> 10 months ago
0a43560a fix(odbc): improve error handling in column collection and statement preparation lovasoa <c****t@o****v> 10 months ago
6d3ed6bf feat(tests): add statement preparation tests for SQLx Any API lovasoa <c****t@o****v> 10 months ago
80269186 0.6.49-beta.6 lovasoa <c****t@o****v> 10 months ago
09fbc457 fix(odbc): fix datetime parsing for NaiveDateTime and DateTime types lovasoa <c****t@o****v> 10 months ago
bcabb898 fix(odbc): update type retrieval for integer and float conversions lovasoa <c****t@o****v> 10 months ago
1e079ac9 fix(tests): improve assertion message formatting in unprepared type tests lovasoa <c****t@o****v> 10 months ago
b700b1a1 fix(odbc): correct buffer assertion for date encoding test lovasoa <c****t@o****v> 10 months ago
8ddcc7d1 fix(odbc) fix date and time support lovasoa <c****t@o****v> 10 months ago
238c76d9 refactor(odbc): enhance column binding and buffer settings handling lovasoa <c****t@o****v> 10 months ago
fc62d61d odbc: unlimited column size by default lovasoa <c****t@o****v> 10 months ago
e548f4a2 0.6.49-beta.5 lovasoa <c****t@o****v> 10 months ago
6904da07 fix(odbc): binary data was extracted as text lovasoa <c****t@o****v> 10 months ago
82d56f22 test(odbc): add test for PostgreSQL BYTEA hex output handling lovasoa <c****t@o****v> 10 months ago
a1ae1c7b refactor(odbc): enhance buffer settings handling in tests lovasoa <c****t@o****v> 10 months ago
22c8728a test(odbc): add UTF-8 binary data handling test lovasoa <c****t@o****v> 10 months ago
b2c7ef38 refactor(odbc): update binary data handling in tests lovasoa <c****t@o****v> 10 months ago
e4346d42 v0.6.49-beta.4 lovasoa <c****t@o****v> 10 months ago
27e8062a refactor(postgres): fix tests lovasoa <c****t@o****v> 10 months ago
1498620a refactor(odbc): improve error handling and data fetching logic lovasoa <c****t@o****v> 10 months ago
40f7b381 feat(error): add MismatchedTypeError for improved type mismatch handling lovasoa <c****t@o****v> 10 months ago
1cf7da5b refactor(odbc): simplify OdbcValueVec usage and improve type handling lovasoa <c****t@o****v> 10 months ago
94c26287 refactor(odbc): enhance OdbcBufferSettings and improve data fetching logic lovasoa <c****t@o****v> 10 months ago
fc43b6e4 feat(odbc): implement unbuffered mode for ODBC connections lovasoa <c****t@o****v> 10 months ago
6fa10ae1 refactor(odbc): remove some code duplication lovasoa <c****t@o****v> 10 months ago
0a66a1bd refactor(odbc): fix tests lovasoa <c****t@o****v> 10 months ago
65829dbf feat(odbc): introduce OdbcBufferSettings for performance tuning lovasoa <c****t@o****v> 10 months ago
9ba29263 refactor(odbc): change OdbcBatch columns to use Arc for improved memory effic... lovasoa <c****t@o****v> 10 months ago
e9eb8d05 refactor(odbc): introduce OdbcBatch for reduced cloning lovasoa <c****t@o****v> 10 months ago
698cb009 test(odbc): enhance mixed null and values tests lovasoa <c****t@o****v> 10 months ago
2ef12130 refactor(odbc): store nullability separately lovasoa <c****t@o****v> 10 months ago
247bc3dd snowflake test lovasoa <c****t@o****v> 10 months ago
3f7641a8 merge Merge branch 'main' into odbc-fetch-batch lovasoa <c****t@o****v> 10 months ago
bfa05ebc 0.6.49-beta.3 lovasoa <c****t@o****v> 10 months ago
2de0fd26 Fix odbc column name type mismatch (#42)
Co-authored-by: contact <c****t@o****v>, contact <c****t@o****v>, contact <c****t@o****v>, contact <c****t@o****v>, contact <c****t@o****v>, contact <c****t@o****v>, Cursor Agent <c****t@c****m>
Ophir LOJKINE <p****s@g****m>
Committed by: GitHub <n****y@g****m>
10 months ago
7b0e3afa Update dependencies to version 0.6.49-beta.2 across multiple crates and incre... lovasoa <c****t@o****v> 10 months ago
a428d1ba Add dbms_name method to Connection trait (#41)
Co-authored-by: Cursor Agent <c****t@c****m>
Ophir LOJKINE <p****s@g****m>
Committed by: GitHub <n****y@g****m>
10 months ago
52fc57c1 refactor(odbc): streamline error handling in date and time decoding lovasoa <c****t@o****v> 10 months ago
0ff29534 feat(odbc): add support for raw ODBC Date, Time, and Timestamp values lovasoa <c****t@o****v> 10 months ago
c4b1b8ff refactor(odbc): improve binary data length handling in buffer descriptions lovasoa <c****t@o****v> 10 months ago
0ff092ec refactor(odbc): update text length constants and improve buffer handling lovasoa <c****t@o****v> 10 months ago
4b5be2b7 fix tests lovasoa <c****t@o****v> 10 months ago
36d1516a refactor(odbc): enhance OdbcValue and ColumnData structures lovasoa <c****t@o****v> 10 months ago
094d43cb refactor(odbc): implement bulk fetch using columnar buffers lovasoa <c****t@o****v> 10 months ago
6a200a58 fix: expected at most 5 keywords per crate lovasoa <c****t@o****v> 10 months ago
0fe76100 fix publish workflow lovasoa <c****t@o****v> 10 months ago
3958e845 refactor(odbc): streamline fetch_many implementation in Executor lovasoa <c****t@o****v>
Committed by: Ophir LOJKINE <c****t@o****v>
10 months ago
acaf2cc6 refactor(odbc): simplify execute_stream implementation lovasoa <c****t@o****v>
Committed by: Ophir LOJKINE <c****t@o****v>
10 months ago
3f2a97bb refactor(odbc): remove run_blocking helper and directly use spawn_blocking lovasoa <c****t@o****v>
Committed by: Ophir LOJKINE <c****t@o****v>
10 months ago
7d1d7c85 fix(odbc): reuse prepared statements across queries lovasoa <c****t@o****v>
Committed by: Ophir LOJKINE <c****t@o****v>
10 months ago
57453225 refactor(odbc): enhance OdbcConnection and SQL execution handling lovasoa <c****t@o****v>
Committed by: Ophir LOJKINE <c****t@o****v>
10 months ago
c810915d refactor(odbc): implement with_conn helper for OdbcConnection methods lovasoa <c****t@o****v>
Committed by: Ophir LOJKINE <c****t@o****v>
10 months ago
48b3b65e refactor(odbc): restructure OdbcStatement and enhance metadata handling lovasoa <c****t@o****v>
Committed by: Ophir LOJKINE <c****t@o****v>
10 months ago
53be9561 rename inner to conn lovasoa <c****t@o****v>
Committed by: Ophir LOJKINE <c****t@o****v>
10 months ago
78f8ba01 refactor(odbc): rename inner module and reorganize ODBC connection implementa... lovasoa <c****t@o****v>
Committed by: Ophir LOJKINE <c****t@o****v>
10 months ago
df84f919 Update publish action for workspace publishing (#38)
Co-authored-by: contact <c****t@o****v>, contact <c****t@o****v>, contact <c****t@o****v>, Cursor Agent <c****t@c****m>
Ophir LOJKINE <p****s@g****m>
Committed by: GitHub <n****y@g****m>
10 months ago
f319ef23 feat: Cache prepared statement metadata for ODBC
Co-authored-by: contact <c****t@o****v>
Cursor Agent <c****t@c****m>
Committed by: Ophir LOJKINE <c****t@o****v>
10 months ago
fe7928e8 Refactor: Use `with_conn_map` for blocking ODBC operations
Co-authored-by: contact <c****t@o****v>
Cursor Agent <c****t@c****m>
Committed by: Ophir LOJKINE <c****t@o****v>
10 months ago
a4aee841 Refactor: Use with_conn helper for OdbcConnection methods
Co-authored-by: contact <c****t@o****v>
Cursor Agent <c****t@c****m>
Committed by: Ophir LOJKINE <c****t@o****v>
10 months ago
c4cb7f76 Refactor: Improve async runtime compatibility for ODBC
Co-authored-by: contact <c****t@o****v>
Cursor Agent <c****t@c****m>
Committed by: Ophir LOJKINE <c****t@o****v>
10 months ago
b5aea933 Refactor: Move ODBC blocking helpers to inner module
Co-authored-by: contact <c****t@o****v>
Cursor Agent <c****t@c****m>
Committed by: Ophir LOJKINE <c****t@o****v>
10 months ago
2865fdf5 Checkpoint before follow-up message
Co-authored-by: contact <c****t@o****v>
Cursor Agent <c****t@c****m>
Committed by: Ophir LOJKINE <c****t@o****v>
10 months ago
f2638975 rename db in example odbc config in readme for coherence lovasoa <c****t@o****v> 10 months ago
d82bd8eb refactor(odbc): improve SQL execution handling and row count extraction lovasoa <c****t@o****v> 10 months ago
2a980146 fix: remove unnecessary -d flag from docker compose command in test script lovasoa <c****t@o****v> 10 months ago
440ea6bd clippy fixes lovasoa <c****t@o****v> 10 months ago
82df55db Update sqlx and related packages to version 0.6.49-beta in Cargo.toml and Car... lovasoa <c****t@o****v> 10 months ago
f2050c54 Mention ODBC support in docs lovasoa <c****t@o****v> 10 months ago
e652eb2c fix clippy warnings and mssql test err lovasoa <c****t@o****v>
Committed by: Ophir LOJKINE <c****t@o****v>
10 months ago
67e0b1e5 refactor(odbc): fix OdbcRow and OdbcValue to contain correctly decoded data t... lovasoa <c****t@o****v>
Committed by: Ophir LOJKINE <c****t@o****v>
10 months ago
d3c113a5 refactor(odbc): streamline decoding logic and enhance error handling lovasoa <c****t@o****v>
Committed by: Ophir LOJKINE <c****t@o****v>
10 months ago
3081ef84 ci: update SQLx workflow to use sudo for ODBC dependency installation and rem... lovasoa <c****t@o****v>
Committed by: Ophir LOJKINE <c****t@o****v>
10 months ago
15ade2ee refactor(odbc): enhance command processing and error handling lovasoa <c****t@o****v>
Committed by: Ophir LOJKINE <c****t@o****v>
10 months ago
a14228dc refactor(odbc): enhance statement caching with improved logging lovasoa <c****t@o****v>
Committed by: Ophir LOJKINE <c****t@o****v>
10 months ago
a79901b9 refactor(odbc): pass connection reference to StatementManager for improved st... lovasoa <c****t@o****v>
Committed by: Ophir LOJKINE <c****t@o****v>
10 months ago
419c7316 refactor(odbc): implement statement manager for clearer code lovasoa <c****t@o****v>
Committed by: Ophir LOJKINE <c****t@o****v>
10 months ago
1494c5d8 ci: update SQLx workflow to install ODBC dependencies and adjust test features lovasoa <c****t@o****v>
Committed by: Ophir LOJKINE <c****t@o****v>
10 months ago
08465eea test(any): adjust date handling for SQLite compatibility in chrono tests lovasoa <c****t@o****v>
Committed by: Ophir LOJKINE <c****t@o****v>
10 months ago
a52a064f Refactor: Improve ODBC execute and prepare logic
Co-authored-by: contact <c****t@o****v>
Cursor Agent <c****t@c****m>
Committed by: Ophir LOJKINE <c****t@o****v>
10 months ago
12db95e5 refactor(pool): clean up SQL statement formatting and remove unnecessary whit... lovasoa <c****t@o****v>
Committed by: Ophir LOJKINE <c****t@o****v>
10 months ago
06f9d787 refactor(pool): simplify database URL handling and improve SQL statement exec... lovasoa <c****t@o****v>
Committed by: Ophir LOJKINE <c****t@o****v>
10 months ago
b616de33 odbc tests: install missing deps on ci lovasoa <c****t@o****v>
Committed by: Ophir LOJKINE <c****t@o****v>
10 months ago

← Back to repository