1. 23 Jul, 2026 4 commits
  2. 21 Jul, 2026 2 commits
  3. 16 Jul, 2026 1 commit
  4. 15 Jul, 2026 1 commit
  5. 10 Jul, 2026 3 commits
  6. 09 Jul, 2026 1 commit
  7. 06 Jul, 2026 1 commit
  8. 03 Jul, 2026 1 commit
  9. 02 Jul, 2026 2 commits
  10. 01 Jul, 2026 2 commits
  11. 26 Jun, 2026 3 commits
  12. 25 Jun, 2026 1 commit
  13. 24 Jun, 2026 1 commit
  14. 19 Jun, 2026 8 commits
  15. 18 Jun, 2026 2 commits
  16. 16 Jun, 2026 2 commits
  17. 15 Jun, 2026 1 commit
  18. 12 Jun, 2026 2 commits
  19. 10 Jun, 2026 2 commits
    • 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
    • SABURI PATEKAR's avatar