Skip to content

Conversation

@jaimebarriga
Copy link

No description provided.

pboling and others added 30 commits June 22, 2017 14:59
…-creation

Add specs for table creation due model saving
Fix incorrect applying of default field value
fixes the issue of delete-table and create-table not waiting until ac…
Converting timestamp to local time works incorrectly in some time zones.
…th-scan-and-query

Improve querying with scan and query
…tamps

Don’t override document timestamps
…alidation

Documenting validation skipping
…ading-for-scan-operation

Allow consistent reading for Scan request
…t-limit-exceeding

Remove unuseful warning about item size exceeding limits
…-where

Add type casting in `where` clause
- [Update] Query did not obey limit because it would keep
  looping as long as there were pages to read. Added count
  to return once limit was reached based on scanned records.
- [Update] Scan did not obey limit when in batching mode
  and would have similar issue as Query. Added count to return
  once limit was reached based on scanned records.
- [Update] Allow in chaining to query and underlying implementation
  utilizes global/local secondary indices that may be available
  instead of doing a scan. Thus we can query subsets of data instead
  of using the full `find_all_by_secondary_index`.
- [Update] Added serialized types to be able to be range_key and
  types for dump for query since serialized is just a string.
  Caveat to developer would be they need to know would be range
  type comparisons would operate on string comparisons! So if
  using serialized form then understand sort is lexigraphically
  sorted!
allow batch_get_item for integer partition key
andrykonchin and others added 30 commits March 24, 2018 20:56
…s-in-batch-operations

Handle unprocessed items in batch operations
…as-sort-key

Avoid DateTime to Time converting with losing nanoseconds
- [Update] Update Ruby to 2.4.1
- [Update] Update RVM configuration to properly run the gpg trust
  and bundle commands with runas now instead of user.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.