<feed xmlns='http://www.w3.org/2005/Atom'>
<title>adodb/datadict/datadict-firebird.inc.php, branch master</title>
<subtitle>adodb PHP Database Abstraction Layer
</subtitle>
<id>https://git.rdm1.uk/adodb/.git/atom?h=master</id>
<link rel='self' href='https://git.rdm1.uk/adodb/.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/'/>
<updated>2025-03-22T23:40:09Z</updated>
<entry>
<title>Fulfill SQLite PRIMARY KEY AUTOINCREMENT requirements</title>
<updated>2025-03-22T23:40:09Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2025-03-22T23:37:16Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=cdaa6e04c794c10f030e7dae072092e5de5871f0'/>
<id>urn:sha1:cdaa6e04c794c10f030e7dae072092e5de5871f0</id>
<content type='text'>
- Extend _CreateSuffix() with two additional parameters.
- Adjust _createSuffix function name.
- Add PHPDoc block
- Fix spaces

Fixes #1055

Signed-off-by: Damien Regad &lt;dregad@mantisbt.org&gt;

Changes from PR:
- Original commits squashed
- Removed space after `&amp;` for byref params
- Updated Changelog
</content>
</entry>
<entry>
<title>Remove unused variables</title>
<updated>2021-08-22T10:31:48Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2021-08-22T10:31:48Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=d03e8bc5571ab6bae2fb3d04f6c8e897d6b7893d'/>
<id>urn:sha1:d03e8bc5571ab6bae2fb3d04f6c8e897d6b7893d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix Whitespace, coding guidelines, PHPDoc</title>
<updated>2021-08-22T10:26:35Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2021-08-22T10:26:35Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=5a6bc22606c1a137ec7447097895b6077490f7f7'/>
<id>urn:sha1:5a6bc22606c1a137ec7447097895b6077490f7f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update sequence to use recommended  syntax</title>
<updated>2021-08-22T09:17:48Z</updated>
<author>
<name>Mark Newnham</name>
<email>mark@newnhams.com</email>
</author>
<published>2021-04-07T02:05:00Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=26f4bb9b1bb94d46f374d2362a2311bd49fab72a'/>
<id>urn:sha1:26f4bb9b1bb94d46f374d2362a2311bd49fab72a</id>
<content type='text'>
replace keyword GENERATOR with SEQUENCE in sequence manipulation methods
</content>
</entry>
<entry>
<title>add basic support for column manipulation in the data dictionary</title>
<updated>2021-08-22T09:17:48Z</updated>
<author>
<name>Mark Newnham</name>
<email>mark@newnhams.com</email>
</author>
<published>2021-04-07T02:01:42Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=941b10472e3307661415420f8a6cf2085a0d6c71'/>
<id>urn:sha1:941b10472e3307661415420f8a6cf2085a0d6c71</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change actualType for metaType XL</title>
<updated>2021-08-22T09:16:01Z</updated>
<author>
<name>Mark Newnham</name>
<email>mark@newnhams.com</email>
</author>
<published>2021-03-30T01:15:26Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=56e25d80a3feb9636b82bc3aa95398fe65a9a0b3'/>
<id>urn:sha1:56e25d80a3feb9636b82bc3aa95398fe65a9a0b3</id>
<content type='text'>
metaType XL now returns BLOB sub type BINARY instead of sub type text.
</content>
</entry>
<entry>
<title>Redo Merge branch 'hotfix/5.21' Standardized file headers</title>
<updated>2021-08-16T22:48:04Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2021-08-16T22:48:04Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=d558d101c514beeb8c91f65ae61d106b201dc472'/>
<id>urn:sha1:d558d101c514beeb8c91f65ae61d106b201dc472</id>
<content type='text'>
Try to do it right this time...

# Conflicts:
#	adodb-memcache.lib.inc.php

Fixes #751
</content>
</entry>
<entry>
<title>Reset version to avoid merge conflicts</title>
<updated>2021-08-16T22:31:23Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2021-08-16T22:31:23Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=eea4fc59246a14083e07949e4d54ac806ebbacce'/>
<id>urn:sha1:eea4fc59246a14083e07949e4d54ac806ebbacce</id>
<content type='text'>
Fixes #751
</content>
</entry>
<entry>
<title>Revert changes since Standardized file headers merge</title>
<updated>2021-08-16T22:30:04Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2021-08-16T22:30:04Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=507466ef798b18a3a8830230cfcd51bb488513cf'/>
<id>urn:sha1:507466ef798b18a3a8830230cfcd51bb488513cf</id>
<content type='text'>
The conflicts resolution applied when merging the Standardized file
headers (commit e9dcce3df24912ad869d0193f0b419f2309101fc) was seriously
messed up, actually overwriting a number of changes in the master
branch.

Rather than trying to go and fix things one by one which has a high risk
of messing things further, it's easier to redo the merge from a clean
slate, so this commit reverts the following:

- "Merge branch 'hotfix/5.21' Standardized file headers",
  e9dcce3df24912ad869d0193f0b419f2309101fc
- "Merge tag 'v5.21.1'",
  5f437df3104159d5d659f60e31bef8d33c34995f
- "Reset version to 5.22.0-dev"
  af9234a525c3255af051a330164486d73be4c63a
- "Fix incorrect resolution of merge conflicts"
  a6733f61b0165b366c8d2c70d9af82edc3881951.
- "Fix syntax error in toexport.inc.php"
  20b01e83cb61b6b2460f64c7d1277c5f4cc28574.

Fixes #751
</content>
</entry>
<entry>
<title>Fix incorrect resolution of merge conflicts</title>
<updated>2021-08-15T23:38:36Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2021-08-15T23:38:36Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=a6733f61b0165b366c8d2c70d9af82edc3881951'/>
<id>urn:sha1:a6733f61b0165b366c8d2c70d9af82edc3881951</id>
<content type='text'>
Partial revert of e9dcce3df24912ad869d0193f0b419f2309101fc.
</content>
</entry>
</feed>
