-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f8ab543
commit 0c151dd
Showing
14 changed files
with
15 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Connecting to DSN 'sqlsrv:Server=mssql,1433;Database=test' | ||
Exporting "special" to "in.c-main.special". | ||
Exporting by "BCP" adapter. | ||
Found database server version: 15.%d.%d.%d | ||
Found database server version: %d.%d.%d.%d | ||
Executing BCP command: bcp 'SELECT TOP 5 "usergender", "sku" FROM "sales" WHERE "usergender" LIKE '\''male'\''' queryout 'in.c-main.special.csv' -S 'mssql,1433' -U 'sa' -P ***** -d 'test' -q -k -b 50000 -m 1 -t "," -r "\n" -c | ||
Exported "5" rows to "in.c-main.special". |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Connecting to DSN 'sqlsrv:Server=mssql,1433;Database=test' | ||
Exporting "special" to "in.c-main.special". | ||
Exporting by "BCP" adapter. | ||
Found database server version: 15.%d.%d.%d | ||
Found database server version: %d.%d.%d.%d | ||
Executing BCP command: bcp 'SELECT usergender, [sku] FROM sales WHERE "usergender" LIKE '\''male'\''' queryout 'in.c-main.special.csv' -S 'mssql,1433' -U 'sa' -P ***** -d 'test' -q -k -b 50000 -m 1 -t "," -r "\n" -c | ||
Exported "40" rows to "in.c-main.special". |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
tests/functional/pdo-fallback-disabled-config-row/expected-stdout
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Connecting to DSN 'sqlsrv:Server=mssql,1433;Database=test' | ||
Exporting "special" to "in.c-main.special". | ||
Exporting by "BCP" adapter. | ||
Found database server version: 15.%d.%d.%d | ||
Found database server version: %d.%d.%d.%d | ||
Executing BCP command: bcp 'SELECT * FROM "special";' queryout 'in.c-main.special.csv' -S 'mssql,1433' -U 'sa' -P ***** -d 'test' -q -k -b 50000 -m 1 -t "," -r "\n" -c | ||
Exporting by "PDO" adapter. | ||
Adapter "PDO" skipped: Disabled in configuration. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Connecting to DSN 'sqlsrv:Server=mssql,1433;Database=test' | ||
Exporting "special" to "in.c-main.special". | ||
Exporting by "BCP" adapter. | ||
Found database server version: 15.%d.%d.%d | ||
Found database server version: %d.%d.%d.%d | ||
Executing BCP command: bcp 'SELECT * FROM "special";' queryout 'in.c-main.special.csv' -S 'mssql,1433' -U 'sa' -P ***** -d 'test' -q -k -b 50000 -m 1 -t "," -r "\n" -c | ||
Exporting by "PDO" adapter. | ||
Adapter "PDO" skipped: Disabled in configuration. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Connecting to DSN 'sqlsrv:Server=mssql,1433;Database=test' | ||
Exporting "special" to "in.c-main.special". | ||
Exporting by "BCP" adapter. | ||
Found database server version: 15.%d.%d.%d | ||
Found database server version: %d.%d.%d.%d | ||
Executing BCP command: bcp 'SELECT * FROM "special";' queryout 'in.c-main.special.csv' -S 'mssql,1433' -U 'sa' -P ***** -d 'test' -q -k -b 50000 -m 1 -t "," -r "\n" -c | ||
Exporting by "PDO" adapter. | ||
Exported "7" rows to "in.c-main.special". |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters