Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 1222 → Rev 1223

/trunk/TODO
6,8 → 6,11
[OK!] * Everywhere where url_post_contents() is used, we need to check url_post_contents_available() too.
* Everywhere where url_get_contents() is used, we need to check url_get_contents_available() too.
- Not good: url_*_contents() throws an Exception if not available, but returns false if URL is not available. That's inconsistant...
- ADO database: Generation 1 (SQLOLEDB) does return RecordCount "-1" for the query "select max(id) ...." ?!
 
ADO Database:
- SQL Server Generation 1 (SQLOLEDB) can not handle last insert ID (therefore the logger tried the "max id + 1" attempt). Can we do something about this?
- SQL Server Generation 1-3 outputs RecordCount "-1" for the query "select max(id) ....". Can we do something about this? Is this really expected?!
 
Unicode compatibility:
- [DONE] SQL Server needs nvarchar instead of varchar (works with emoji too)
- [DONE] MySQL works with Unicode and emoji if collation is utf8mb4