1. 24 Jul, 2026 1 commit
  2. 23 Jul, 2026 4 commits
  3. 21 Jul, 2026 2 commits
  4. 16 Jul, 2026 1 commit
  5. 15 Jul, 2026 1 commit
  6. 10 Jul, 2026 3 commits
  7. 09 Jul, 2026 1 commit
  8. 06 Jul, 2026 1 commit
  9. 03 Jul, 2026 1 commit
  10. 02 Jul, 2026 2 commits
  11. 01 Jul, 2026 2 commits
  12. 26 Jun, 2026 3 commits
  13. 25 Jun, 2026 1 commit
  14. 24 Jun, 2026 1 commit
  15. 19 Jun, 2026 8 commits
  16. 18 Jun, 2026 2 commits
  17. 16 Jun, 2026 2 commits
  18. 15 Jun, 2026 1 commit
  19. 12 Jun, 2026 2 commits
  20. 10 Jun, 2026 1 commit
    • Ajit Deshmukh's avatar
      Implemented DDL execution enhancements for Pilot and Read schemas · ac0f4a88
      Ajit Deshmukh authored
      - Added DB_PILOT handling in schema execution rules
      - Restricted DDL execution to DB_MAIN schema only
      - Added synonym creation for DB_READ and DB_PILOT on object creation/replacement
      - Added object-specific grant handling for TABLE, VIEW, SEQUENCE, PROCEDURE, FUNCTION, PACKAGE, and TYPE
      - Granted SELECT, INSERT, UPDATE, DELETE privileges on TABLES to DB_PILOT
      - Granted SELECT privilege on TABLES, VIEWS, and SEQUENCES to DB_READ
      - Granted EXECUTE privilege on PROCEDURE, FUNCTION, PACKAGE, and TYPE objects to DB_READ and DB_PILOT
      - Added logging for schema and grant execution details
      ac0f4a88