projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
msi: Fix buffer size calculation in get_keypath.
[wine]
/
dlls
/
msi
/
where.c
2011-01-27
Hans Leidekker
msi: Check the return value of fetch_int (clang).
blob
|
commitdiff
|
raw
2010-10-19
Hans Leidekker
msi: Compare strings without depending on thread locale.
blob
|
commitdiff
|
raw
|
diff to current
2010-06-11
Hans Leidekker
msi: Disable an optimization in the execution of WHERE...
blob
|
commitdiff
|
raw
|
diff to current
2009-12-15
Hans Leidekker
msi: Reject greater than and less than string compariso...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-27
Nate Gallaher
msi: Add tablename tracking to VIEW_find_column.
blob
|
commitdiff
|
raw
|
diff to current
2009-03-02
James Hawkins
msi: Column attributes for temporary string and int...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-20
James Hawkins
msi: Pass the correct view to get_row.
blob
|
commitdiff
|
raw
|
diff to current
2008-10-06
James Hawkins
msi: Implement the DROP TABLE sql command.
blob
|
commitdiff
|
raw
|
diff to current
2008-04-07
James Hawkins
msi: Don't execute the view again when modifying a...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-01
James Hawkins
msi: Don't bail out if the row to modify is not found...
blob
|
commitdiff
|
raw
|
diff to current
2008-02-18
James Hawkins
msi: Implement the MSIMODIFY_REFRESH command of MsiView...
blob
|
commitdiff
|
raw
|
diff to current
2008-01-09
James Hawkins
msi: Actually delete the row data instead of blanking...
blob
|
commitdiff
|
raw
|
diff to current
2007-12-23
James Hawkins
msi: Allow the not-equal operator in WHERE query string...
blob
|
commitdiff
|
raw
|
diff to current
2007-12-18
James Hawkins
msi: Sort each table of the join separately.
blob
|
commitdiff
|
raw
|
diff to current
2007-12-03
James Hawkins
msi: Use a hash table for reordering rows in a WHERE...
blob
|
commitdiff
|
raw
|
diff to current
2007-11-26
James Hawkins
msi: Downgrade an ERR to a WARN.
blob
|
commitdiff
|
raw
|
diff to current
2007-07-30
James Hawkins
msi: Treat an empty string and a NULL string as the...
blob
|
commitdiff
|
raw
|
diff to current
2007-07-30
James Hawkins
msi: Keep track of the wildcard record index.
blob
|
commitdiff
|
raw
|
diff to current
2007-07-27
James Hawkins
msi: Implement the MSIMODIFY_UPDATE command in the...
blob
|
commitdiff
|
raw
|
diff to current
2007-07-23
James Hawkins
msi: Ref count temporary columns and release them when...
blob
|
commitdiff
|
raw
|
diff to current
2007-07-23
James Hawkins
msi: Implement adding columns using the ALTER command.
blob
|
commitdiff
|
raw
|
diff to current
2007-07-19
James Hawkins
msi: Implement reference counting for tables, manipulat...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-19
James Hawkins
msi: Properly delete rows from the table, instead of...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-14
Andrew Talbot
msi: Constify some variables.
blob
|
commitdiff
|
raw
|
diff to current
2006-11-07
Mike McCormack
msi: Fix WHERE IS (NOT) NULL queries.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-26
Mike McCormack
msi: Update tables using records, not integer by integer.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-27
Mike McCormack
msi: Fix the value of LONG integers in records (suggest...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-25
Mike McCormack
msi: Fix where queries on 32bit integer columns.
blob
|
commitdiff
|
raw
|
diff to current
2006-06-10
Alexandre Julliard
msi: Make all the ops structures static and const.
blob
|
commitdiff
|
raw
|
diff to current
2006-06-05
Robert Shearman
msi: An empty string is equivalent to nil, so handle...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-23
Jonathan Ernst
Update the address of the Free Software Foundation.
blob
|
commitdiff
|
raw
|
diff to current
2006-03-20
Robert Shearman
msi: Optimise WHERE operations.
blob
|
commitdiff
|
raw
|
diff to current
2005-11-02
Mike McCormack
Create the +msidb debug channel for msi database code.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-26
Mike McCormack
Fix various query related memory leaks.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-20
Mike McCormack
Added memory allocation inline functions (part 1).
blob
|
commitdiff
|
raw
|
diff to current
2005-05-29
Mike McCormack
-Wmissing-declarations and -Wwrite-strings warning...
blob
|
commitdiff
|
raw
|
diff to current
2005-05-23
Mike McCormack
Track memory allocations in the SQL parser.
blob
|
commitdiff
|
raw
|
diff to current
2005-02-16
Mike McCormack
Allow MsiViewExecute to be called twice on the same...
blob
|
commitdiff
|
raw
|
diff to current
2005-02-08
Mike McCormack
Fix MsiModifyView and MsiViewGetColumnInfo to use MSIRE...
blob
|
commitdiff
|
raw
|
diff to current
2005-01-20
Michael Stefaniuc
Do not check for non NULL pointer before HeapFree'ing...
blob
|
commitdiff
|
raw
|
diff to current
2004-12-22
Mike McCormack
Fix selecting string columns and matching against a...
blob
|
commitdiff
|
raw
|
diff to current
2004-08-25
Aric Stewart
Free memory after we finish using it instead of just...
blob
|
commitdiff
|
raw
|
diff to current
2004-07-09
Alexandre Julliard
Authors: Mike McCormack <mike@codeweavers.com>, Aric...
blob
|
commitdiff
|
raw
|
diff to current
2004-07-06
Mike McCormack
Fetch binary streams at the table level.
blob
|
commitdiff
|
raw
|
diff to current
2004-07-04
Mike McCormack
Implement the UPDATE query.
blob
|
commitdiff
|
raw
|
diff to current
2004-07-04
Mike McCormack
Create the WHERE part of a query in one function call.
blob
|
commitdiff
|
raw
|
diff to current
2004-06-30
Mike McCormack
Make the SQL insert query work.
blob
|
commitdiff
|
raw
|
diff to current
2004-06-26
Mike McCormack
Fix crash that occurred when an invalid query string...
blob
|
commitdiff
|
raw
|
diff to current
2004-06-26
Mike McCormack
Implement queries by string value.
blob
|
commitdiff
|
raw
|
diff to current
2004-03-20
Mike McCormack
Start implementing the SQL insert query.
blob
|
commitdiff
|
raw
|
diff to current
2004-03-19
Mike McCormack
First go at write support.
blob
|
commitdiff
|
raw
|
diff to current
2003-09-08
Francois Gouget
Fix the case of product and company names.
blob
|
commitdiff
|
raw
|
diff to current
2003-09-05
Alexandre Julliard
Fixed header dependencies to be fully compatible with...
blob
|
commitdiff
|
raw
|
diff to current
2003-08-13
Mike McCormack
Partial implementation of the Microsoft Installer ...
blob
|
commitdiff
|
raw
|
diff to current