mirror of
https://github.com/launchbadge/sqlx
synced 2024-11-10 06:24:16 +00:00
00b077ab14
* chore:Added ipaddr extension library to gitignore * fix:In a Linux environment, shared libraries in the current directory are not loaded, so add the current directory to the LD_LIBRARY_PATH environment variable. * fix: Since confrict primary key when running multiple sqlite tests, removed specific primary key in insert. * chore: Since avoid git modified targeting, copy the db file to new test db file. * fix: Since docker mysql 5.7 using yaSSL(It only supports TLSv1.1), avoid running when using rustls.
19 lines
239 B
Text
19 lines
239 B
Text
# Built artifacts
|
|
target/
|
|
|
|
# Project and editor files
|
|
.vscode/
|
|
.idea/
|
|
*.vim
|
|
*.vi
|
|
|
|
# Environment
|
|
.env
|
|
|
|
# Shared-memory and WAL files created by SQLite.
|
|
*-shm
|
|
*-wal
|
|
|
|
# Integration testing extension library for SQLite.
|
|
ipaddr.dylib
|
|
ipaddr.so
|