mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
SqlExp: IsSame (PGSQL, MySql) new equality test which is null safe (null == null yields true)
git-svn-id: svn://ultimatepp.org/upp/trunk@2566 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
5d2bbc5765
commit
3b5a2a2232
5 changed files with 12 additions and 6 deletions
|
|
@ -2369,6 +2369,9 @@ void ArrayCtrl::SerializeSettings(Stream& s)
|
|||
DoColumnSort();
|
||||
}
|
||||
|
||||
void ArrayCtrl::Serialize(Stream& s)
|
||||
{
|
||||
}
|
||||
|
||||
void ArrayCtrl::Reset() {
|
||||
header.Reset();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue