silverstripe-framework/docs/en/02_Developer_Guides/00_Model
Matthew Hailwood b044fefc91 Difference between a single array call vs multiple calls to exclude
This table should best summarise the difference - 1 = row is visible, 0 = row is excluded

| Name | SELECT * FROM Player WHERE (FirstName != 'A' OR LastName != 'B') | SELECT * FROM Player WHERE FirstName != 'A' AND LastName != 'B' |
| A B | 0 | 0 |
| A C | 1 | 0 |
2017-10-03 16:28:08 +13:00
..
How_Tos DOCS 3.2 : fixing api: links now that api: tag parser working 2016-02-17 18:02:38 -07:00
01_Data_Model_and_ORM.md Difference between a single array call vs multiple calls to exclude 2017-10-03 16:28:08 +13:00
02_Relations.md DOCS Update 02_Relations (#5785) 2016-07-07 22:32:43 +01:00
03_Lists.md developer guides / models 2014-12-15 09:12:47 +13:00
04_Data_Types_and_Casting.md DOCS: Added default value examples 2015-05-29 14:27:22 -07:00
05_Extending_DataObjects.md Standardise spelling of "customise" 2016-03-30 13:17:28 +13:00
06_SearchFilters.md DOCS Adding comma to array declaration (#5558) 2016-05-18 15:07:45 +01:00
07_Permissions.md Model guide documentation 2014-12-15 09:12:47 +13:00
08_SQL_Query.md DOCS 3.2 : fixing api: links now that api: tag parser working 2016-02-17 18:02:38 -07:00
09_Validation.md DOCS 3.2 : fixing api: links now that api: tag parser working 2016-02-17 18:02:38 -07:00
10_Versioning.md Merge branch '3.2' into 3.3 2016-02-29 17:03:22 +13:00
11_Scaffolding.md DOCS 3.2 : fixing api: links now that api: tag parser working 2016-02-17 18:02:38 -07:00
12_Indexes.md DOCS Update 12_Indexes.md 2015-03-23 10:15:33 +00:00
index.md Model guide documentation 2014-12-15 09:12:47 +13:00