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:
cxl 2010-07-24 21:01:24 +00:00
parent 5d2bbc5765
commit 3b5a2a2232
5 changed files with 12 additions and 6 deletions

View file

@ -2369,6 +2369,9 @@ void ArrayCtrl::SerializeSettings(Stream& s)
DoColumnSort();
}
void ArrayCtrl::Serialize(Stream& s)
{
}
void ArrayCtrl::Reset() {
header.Reset();