Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

T16474 emulate prepares #16486

Merged
merged 7 commits into from
Dec 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG-5.0.md
4 changes: 2 additions & 2 deletions README.md
340,309 changes: 161,847 additions & 178,462 deletions build/phalcon/phalcon.zep.c
2,953 changes: 493 additions & 2,460 deletions build/phalcon/phalcon.zep.h
4 changes: 2 additions & 2 deletions build/phalcon/php_phalcon.h
1 change: 0 additions & 1 deletion ext/config.m4
2 changes: 1 addition & 1 deletion ext/config.w32
2 changes: 0 additions & 2 deletions ext/phalcon.c
1 change: 0 additions & 1 deletion ext/phalcon.h
109 changes: 0 additions & 109 deletions ext/phalcon/db/abstractdb.zep.c

This file was deleted.

16 changes: 0 additions & 16 deletions ext/phalcon/db/abstractdb.zep.h

This file was deleted.

322 changes: 204 additions & 118 deletions ext/phalcon/db/adapter/abstractadapter.zep.c
7 changes: 7 additions & 0 deletions ext/phalcon/db/adapter/abstractadapter.zep.h
26 changes: 13 additions & 13 deletions ext/phalcon/db/adapter/pdo/mysql.zep.c
81 changes: 0 additions & 81 deletions phalcon/Db/AbstractDb.zep

This file was deleted.

70 changes: 69 additions & 1 deletion phalcon/Db/Adapter/AbstractAdapter.zep
32 changes: 0 additions & 32 deletions phalcon/Db/Adapter/Pdo/Mysql.zep
88 changes: 60 additions & 28 deletions tests/database/Mvc/Model/ToArrayCest.php
Loading