head 1.3; access; symbols; locks; strict; comment @# @; 1.3 date 2003.04.23.09.04.07; author rse; state Exp; branches; next 1.2; 1.2 date 2003.03.26.15.49.30; author rse; state Exp; branches; next 1.1; 1.1 date 2003.03.26.10.45.34; author rse; state Exp; branches; next ; desc @@ 1.3 log @flush pending changes @ text @ - as_rel_struct and as_rel_access combine into an as_rel_defined (depth == 0 for all structure relations) - additionally add as_rel_schema which defined which relations exists at all in the system (and hence can be used in as_rel_defined) - in general there is no deletion of data (think in epoch), but for legal and data size reasons we need a special DB operation "prune before epoch". Same perhaps for unreferenced data (still unused account, etc). - select ac_oid,ac_description from as_account where ac_oid <= 1 order by ac_oid desc limit 1; - select ac_oid,ac_description from as_account order by ac_oid desc limit 1; - select * from test where 1 between s and e or 3 between s and e; (welche zeile beruehrt) - select * from test where 1 between s and e and 3 between s and e; (welche zeile ist vollstaendig enthalten) @ 1.2 log @remember issue @ text @d11 7 @ 1.1 log @remember issues @ text @d7 4 @