Skip to content

Permit the use of Django#251

Open
fujita-kin wants to merge 11 commits intomasterfrom
feature/django
Open

Permit the use of Django#251
fujita-kin wants to merge 11 commits intomasterfrom
feature/django

Conversation

@fujita-kin
Copy link
Contributor

Permit the use of Django open-source framework for Python.

  • Added tutorial documentation for using Django
  • Added reference documentation on Django
  • Added sample programs of Django
============== dropping database "contrib_regression" ==============
SET
DROP DATABASE
============== creating database "contrib_regression" ==============
CREATE DATABASE
ALTER DATABASE
ALTER DATABASE
ALTER DATABASE
ALTER DATABASE
ALTER DATABASE
ALTER DATABASE
============== running regression test queries        ==============
test test_preparation             ... ok           24 ms
test ddl_happy                    ... ok         2511 ms
test privilege_happy              ... ok          440 ms
test dml_happy                    ... ok         5606 ms
test data_types_happy             ... ok        10030 ms
test case_sensitive_happy         ... ok          710 ms
test prep_dml_happy               ... ok         7203 ms
test prep_data_types_happy        ... ok        12354 ms
test prep_case_sensitive_happy    ... ok          764 ms
test manual_tutorial              ... ok          713 ms
test udf_transaction_happy        ... ok         2329 ms
test udf_tg_show_tables_happy     ... ok          324 ms
test udf_tg_verify_tables_happy   ... ok          902 ms
test import_foreign_schema_happy  ... ok          924 ms
test ddl_unhappy                  ... ok          889 ms
test privilege_unhappy            ... ok          491 ms
test dml_unhappy                  ... ok          915 ms
test data_types_unhappy           ... ok         4447 ms
test case_sensitive_unhappy       ... ok          514 ms
test prep_dml_unhappy             ... ok         1028 ms
test prep_data_types_unhappy      ... ok         3157 ms
test prep_case_sensitive_unhappy  ... ok          568 ms
test udf_tg_show_tables_unhappy   ... ok           55 ms
test udf_tg_show_tables_extra     ... ok          920 ms
test udf_tg_verify_tables_unhappy ... ok           14 ms
test udf_tg_verify_tables_extra   ... ok         1781 ms
test udf_transaction_unhappy      ... ok         1015 ms
test import_foreign_schema_unhappy ... ok           78 ms
test import_foreign_schema_extra  ... ok         2004 ms
test dml_unhappy_pg14-15          ... ok          201 ms
test prep_dml_unhappy_pg14-15     ... ok          231 ms

======================
 All 31 tests passed.
======================

@fujita-kin fujita-kin requested a review from koh-okada as a code owner March 18, 2026 05:23
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.

1 participant