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, as long as IS NULL is not applied to the attribute that 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. |
| Query and QueryWithAttributes Deprecated |
Amazon SimpleDB replaced Query and QueryWithAttributes with Select, a query function that is similar to the standard SQL statement. For more information, see the Amazon SimpleDB Developer Guide. |
| SSL Required |
Requests over HTTP are deprecated. All requests must be made using HTTPS. string using LIKE. For more information, see the Amazon SimpleDB Developer Guide. |