Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
d89ee5fd
Commit
d89ee5fd
authored
Feb 06, 2008
by
James Hawkins
Committed by
Alexandre Julliard
Feb 07, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msi: Test using carriage returns in SQL queries and imported tables.
parent
001e711b
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
database.c
dlls/msi/database.c
+4
-0
db.c
dlls/msi/tests/db.c
+0
-0
No files found.
dlls/msi/database.c
View file @
d89ee5fd
...
...
@@ -408,6 +408,10 @@ static LPWSTR msi_build_createsql_columns(LPWSTR *columns_data, LPWSTR *types, D
else
type
=
type_long
;
break
;
default:
ERR
(
"Unknown type: %c
\n
"
,
types
[
i
][
0
]);
msi_free
(
columns
);
return
NULL
;
}
sprintfW
(
expanded
,
column_fmt
,
columns_data
[
i
],
type
,
size
,
extra
,
comma
);
...
...
dlls/msi/tests/db.c
View file @
d89ee5fd
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment