- Added table_exists_in_database() to check if table exists in PostgreSQL - Updated validate_table_name() to allow valid identifiers (not just whitelist) - Added validate_table_name_with_conn() for full validation with DB check - Added is_table_allowed_with_conn() for handlers to verify table existence - Updated list_records_handler and count_records_handler to use dynamic check - Uses parameterized query for table existence check (SQL injection safe) |
||
|---|---|---|
| .. | ||
| compiler | ||
| keywords | ||
| mod.rs | ||