]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Avoid line endings munging by Cygwin; ticket #370 (CVS 1245)
authordougcurrie <dougcurrie@noemail.net>
Tue, 17 Feb 2004 18:26:57 +0000 (18:26 +0000)
committerdougcurrie <dougcurrie@noemail.net>
Tue, 17 Feb 2004 18:26:57 +0000 (18:26 +0000)
FossilOrigin-Name: 50e67948f89380f2f4b536add0b8179e6db960a5

manifest
manifest.uuid
test/copy.test

index c41424b5be19504eebf786bf41bdf1238e017ab4..bb2ef6c6d6288a785d8bc108d214b22c6f5bb507 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Remove\sthe\sNullCallback\sopcode.\s\sHandle\sthe\sempty_result_set\spragma\sinside\nthe\ssqlite_exec()\sfunction.\s(CVS\s1244)
-D 2004-02-16T03:44:02
+C Avoid\sline\sendings\smunging\sby\sCygwin;\sticket\s#370\s(CVS\s1245)
+D 2004-02-17T18:26:57
 F Makefile.in cfd75c46b335881999333a9e4b982fa8491f200b
 F Makefile.linux-gcc b86a99c493a5bfb402d1d9178dcdc4bd4b32f906
 F README f1de682fbbd94899d50aca13d387d1b3fd3be2dd
@@ -81,7 +81,7 @@ F test/btree4.test fa955a3d7a8bc91d6084b7f494f9e5d1bdfb15b6
 F test/btree4rb.test ae6f0438512edcb45cf483471cd6070a765963a9
 F test/capi2.test ec96e0e235d87b53cbaef3d8e3e0f8ccf32c71ca
 F test/conflict.test 0911bb2f079046914a6e9c3341b36658c4e2103e
-F test/copy.test 88dabd4e811b17644b726aa81d404e73b7635c84
+F test/copy.test f07ea8d60878da7a67416ab62f78e9706b9d3c45
 F test/crashtest1.c 09c1c7d728ccf4feb9e481671e29dda5669bbcc2
 F test/date.test bb3ce39211cc6687a187133efeb2066b48993643
 F test/delete.test 92256384f1801760180ded129f7427884cf28886
@@ -184,7 +184,7 @@ F www/sqlite.tcl 3c83b08cf9f18aa2d69453ff441a36c40e431604
 F www/tclsqlite.tcl b9271d44dcf147a93c98f8ecf28c927307abd6da
 F www/vdbe.tcl 9b9095d4495f37697fd1935d10e14c6015e80aa1
 F www/whentouse.tcl a8335bce47cc2fddb07f19052cb0cb4d9129a8e4
-P 2dbc4593ca5c1cf75039c8b4471b1e47faa849f0
-R 4f2635b8f97864f9158485f11af66f00
-U drh
-Z 5bfa6a509eb1a2b3c9004d75dfbc7acf
+P f72134852bf33d13fd2bc6f35251e4b33bc10fac
+R 6808102f97e086b6e1f02b48648d93ff
+U dougcurrie
+Z f03216655eb409dac1d13616a0d1feec
index 5b40890543b30556aee95bc798c9dcd7fb04d6b1..b38723e32275e5ecb9a0a009f2853fa5fa355063 100644 (file)
@@ -1 +1 @@
-f72134852bf33d13fd2bc6f35251e4b33bc10fac
\ No newline at end of file
+50e67948f89380f2f4b536add0b8179e6db960a5
\ No newline at end of file
index a0303811b4ce7d09ff286247fa35a363d67c0501..ef652fcba6c3c6afd243f494549b6b60eb2a9a47 100644 (file)
@@ -11,7 +11,7 @@
 # This file implements regression tests for SQLite library.  The
 # focus of this file is testing the COPY statement.
 #
-# $Id: copy.test,v 1.16 2003/09/27 00:56:33 drh Exp $
+# $Id: copy.test,v 1.17 2004/02/17 18:26:57 dougcurrie Exp $
 
 set testdir [file dirname $argv0]
 source $testdir/tester.tcl
@@ -40,6 +40,7 @@ puts $f "11|22|33"
 puts $f "22|33|11"
 close $f
 set f [open dataX.txt w]
+fconfigure $f -translation binary 
 puts -nonewline $f "11|22|33\r"
 puts -nonewline $f "22|33|44\r\n"
 puts -nonewline $f "33|44|55\n"