Yoshinari Takaoka
00fe64f924
[reference/sqlite3] sync with en
2025-09-09 21:30:49 +09:00
Yoshinari Takaoka
df1f4ca443
Update examples using md5(...) to use hash('md5', ...)
...
f27cfeeefc
2024-08-01 10:14:10 +09:00
Yoshinari Takaoka
56d4d96192
Remove empty resources pages
...
48ce43fe79
2024-07-27 20:38:54 +09:00
Yoshinari Takaoka
4f83ff96da
Updated EN-Revision only
2024-06-15 18:57:30 +09:00
Gina Peter Banyard
e4f42ceee3
Apply commit from doc-en PR 3422
2024-06-14 17:01:59 +01:00
Yoshinari Takaoka
8dcfb8c529
Change literal to constant tags
...
61374bbe22
2024-04-28 14:12:56 +09:00
Gina Peter Banyard
bd5e2d5ef8
Run script from doc-en PR 3212
2024-02-29 15:15:45 +00:00
Yoshinari Takaoka
219c2dc167
[PHP 8.3] Update SQLite3
2024-02-25 22:33:03 +09:00
Gina Peter Banyard
3949505003
Apply revchecked skipped commit c60943fefc4ff8950460e76d714a463437cf0eb2
...
Replace PHP_INI_* with INI_* constants
2024-01-26 13:55:31 +00:00
Yoshinari Takaoka
65aff2833a
Add SQLite3Exception documentation
...
df58adf8ff
2024-01-14 17:32:18 +09:00
Yoshinari Takaoka
3b30b8e440
Use new class synopsis markup
...
14767af0f0
2023-08-30 21:53:08 +09:00
Yoshinari Takaoka
e888328b25
Add missing class constants with empty description - part 3
...
ad4f8a7e36
2023-05-17 21:00:48 +09:00
Yoshinari Takaoka
d68f90e3e9
「参照ください」に統一
...
- 参照下さい
- 参照して下さい
- 参照してください
を「参照ください」に置き換えた。
個人的には「参照ください」は違和感のある日本語だが、既存の訳で圧倒的な優勢だったそれを採用した。
closes : #23
2022-12-19 23:29:40 +09:00
Yoshinari Takaoka
727f35d74c
Update ext/sqlite3 role attributes
...
855bfee2f3
2022-12-12 19:24:45 +09:00
Yoshinari Takaoka
fa7acf941f
fixed build error / added part of 8.2.0 migration guide.
2022-09-26 19:50:25 +09:00
Yoshinari Takaoka
90f30a88f7
Fix some (con|de)structor pages
...
c44e9cb68b
2022-04-07 03:44:55 +09:00
Yoshinari Takaoka
53b1192bd8
Fix datatype in SQLite3 example
...
SQLite3 does not have a 'STRING' data type. Cf. <https://www.sqlite.org/datatype3.html >.
1f26555e0d
2022-01-12 05:12:21 +09:00
Yoshinari Takaoka
a56babd697
Generate ext/sqlite3 class synopses from stubs
...
de997edfd4
2021-11-11 19:16:54 +09:00
Yoshinari Takaoka
fd09ce1e18
sqlite3.openblob の誤字を修正
...
Closes #18
2021-10-11 15:21:30 +09:00
Yoshinari Takaoka
0555fa191f
s/返り値/戻り値/g
2021-10-09 02:40:05 +09:00
Yoshinari Takaoka
8c6c002807
Remove some unnecessary methodsynopsis role attributes
...
7f99d5e488
2021-09-15 00:43:54 +09:00
Yoshinari Takaoka
38a4d15afd
SQLite3::lastInsertRowId() returns 0 if nothing had been inserted
...
Cf. <https://www.sqlite.org/c3ref/last_insert_rowid.html >.
This integrates user note 126310.
2021-08-06 09:30:21 +09:00
Yoshinari Takaoka
9e32c45b7e
Remove PHP 5, 7 references ( php/doc-en#565 )
2021-05-13 10:14:52 +09:00
Yoshinari Takaoka
bd7cb4972f
fixed SQLite3::setAuthorizer parameter order description. ( php/doc-en#593 )
...
5th and 6th parameter description is wrong, because they are copy-and-pasted from the following C interface manual page.
https://www.sqlite.org/c3ref/c_alter_table.html
2021-05-11 09:57:39 +09:00
Yoshinari Takaoka
f9a86c1279
Add tip on VACUUM INTO in SQLite3::backup ( php/doc-en#547 )
2021-04-26 21:32:06 +09:00
Yoshinari Takaoka
7e87bd79a6
Remove double words / Updated EN-Revision only.
2021-04-21 02:13:20 +09:00
Yoshinari Takaoka
0da4efa966
Generate sqlite3 methodsynopses based on stubs
...
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de >
Closes GH-303.
2021-01-02 12:11:54 +09:00
Yoshinari Takaoka
975835b9bd
update EN-Revision only
...
EN-Revision was fully updated, because of revert r351730, r351729.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@352016 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-11 19:06:49 +00:00
Yoshinari Takaoka
a2a2c90fdc
[status ready] translated sqlite3/setauthorizer.xml
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@351561 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-24 02:49:29 +00:00
Yoshinari Takaoka
37883dbeab
Document SQLite3::setAuthorizer
...
Based on a patch contributed by BohwaZ.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@351558 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-24 02:03:34 +00:00
Yoshinari Takaoka
e70a9d4629
Fix return types
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@351156 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-02 19:51:55 +00:00
Yoshinari Takaoka
144f5f2124
Use canonical type names
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@351153 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-02 19:20:32 +00:00
Yoshinari Takaoka
c58bf47244
Proper variadics instead of pseudo variadics
...
We markup variadic parameters with the `rep=repeat` standard DocBook
attribute of `<methodparam>`, and use proper variable names instead of
using the old pseudo variable name `...`.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@351140 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-02 16:41:17 +00:00
Yoshinari Takaoka
cb04a92efc
fixed untranslated part, part II.
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@350997 c90b9560-bf6c-de11-be94-00142212c4b1
2020-10-26 09:49:36 +00:00
Yoshinari Takaoka
795604aeff
Use meaningful xml:id
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@350608 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-21 01:26:59 +00:00
Yoshinari Takaoka
ebac7eaa7d
Document SQLite3::backup()
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@350587 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-18 10:38:53 +00:00
Yoshinari Takaoka
42dd88c618
Fix example
...
A column declared as "string" has numeric type affinity, which may cause
unexpected results.
This integrates user note 125069.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@350005 c90b9560-bf6c-de11-be94-00142212c4b1
2020-06-02 14:34:35 +00:00
Yoshinari Takaoka
8a440bd240
Clarify SQLite3Result::columnName()
...
Cf. bug #78813 .
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@349252 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-25 13:53:54 +00:00
Yoshinari Takaoka
cdaa51a0b9
added missing sqlite related doc translations.
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348908 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-14 11:03:30 +00:00
Yoshinari Takaoka
8f542adde4
Status: working -> ready
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348872 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-12 02:36:31 +00:00
Yoshinari Takaoka
0ddbcb44ad
sync with en
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348859 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-10 05:57:01 +00:00
Yoshinari Takaoka
617d180e53
updated EN-Revision only
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348688 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-24 00:36:55 +00:00
Yoshinari Takaoka
b303de4cca
Fix #78957 : pdo_sqlite extension does not load after upgrading from 7.3.12 to 7.4.0
...
Bug: https://bugs.php.net/78957 (Re-Opened) pdo_sqlite extension does not load after upgrading from 7.3.12 to 7.4.0
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348542 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-16 14:40:37 +00:00
Yoshinari Takaoka
eb13e45b28
Use predefined entity reference
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348462 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-08 14:54:00 +00:00
Yoshinari Takaoka
3e814f444b
Use reurn.falseforfailure entity.
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348444 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-05 20:25:11 +00:00
Yoshinari Takaoka
464db56393
updated sqlite3 ini
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348387 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-01 13:42:22 +00:00
Yoshinari Takaoka
db5d85987d
fixed xml build error
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348375 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-01 00:25:03 +00:00
Satoru Yoshida
e2c6ddaec9
sync en
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@346959 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-03 06:08:55 +00:00
Satoru Yoshida
8345d7aa1f
sync en, but Status is working.
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@342341 c90b9560-bf6c-de11-be94-00142212c4b1
2017-04-16 04:07:30 +00:00
TAKAGI Masahiro
3e0d51dbdf
Sync with en
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@340017 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-12 23:02:54 +00:00