New Features
| Feature | Description |
|---|---|
| contains |
You can now search whether attribute values contain a specified string using LIKE. For more information, see the Amazon SimpleDB Developer Guide. |
| Sort and Execute Queries by itemName() |
Select can now use WHERE and ORDER BY with itemNames(). For more information, see the Amazon SimpleDB Developer Guide. |
| IS NULL Sort |
Sort can now be applied to expressions that contain the IS NULL predicate operator, long as IS NULL is not applied to the attribute that is being sorted on. For more information, see the Amazon SimpleDB Developer Guide. |
| Increased Item Limit |
Select can now return up to 2500 items. For more information, see the Amazon SimpleDB Developer Guide. |