oracle-enhanced
https://github.com/rsim/oracle-enhanced
Ruby
Oracle enhaced adapter for ActiveRecord
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
1 Subscribers
Add a CodeTriage badge to oracle-enhanced
Help out
- Issues
- Phase 2: flip add_index unique: true default in Migration[8.2]+ [DRAFT — depends on Rails another-33269]
- Override supports_expression_index? / supports_index_sort_order? capability flags
- Investigate supports_partial_index? for Oracle
- Verify Rails-style stored generated columns (Oracle 12c+ GENERATED ALWAYS AS ... STORED)
- Align supports_insert_returning? with the adapter's actual RETURNING usage
- Add CHECK constraint DSL (add_check_constraint, t.check_constraint, ...)
- Wire up CHECK constraint DSL: add_check_constraint, t.check_constraint, dump round-trip
- Support DEFERRABLE on CHECK constraints (Oracle-specific extension)
- Evict stale prepared statements on DDL via clear_table_columns_cache
- Audit prepared statement cache eviction (LOB writes, DDL, reconnect)
- Docs
- Subscribe to help with docs for this repo and come back later