<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/extra/m_pgsql.cpp, branch v3.4.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/extra/m_pgsql.cpp?h=v3.4.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/extra/m_pgsql.cpp?h=v3.4.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2019-08-13T19:11:11Z</updated>
<entry>
<title>Fix some remaining uses of ato[il].</title>
<updated>2019-08-13T19:11:11Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-08-13T19:11:11Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2d35c3396a1f00375d45b874dafb9e0bdb520a9b'/>
<id>urn:sha1:2d35c3396a1f00375d45b874dafb9e0bdb520a9b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add package names for ArchLinux.</title>
<updated>2019-07-16T10:52:17Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-07-16T10:52:17Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5385944ae931ee755dce57082089f4032a83e944'/>
<id>urn:sha1:5385944ae931ee755dce57082089f4032a83e944</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Log SQL queries at the debug log level.</title>
<updated>2019-06-14T13:40:19Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-06-14T13:24:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=93a4f8178c26b0ae894d2060086f605fe22b0a3e'/>
<id>urn:sha1:93a4f8178c26b0ae894d2060086f605fe22b0a3e</id>
<content type='text'>
This makes debugging issues easier.
</content>
</entry>
<entry>
<title>Silence a fallthrough warning in the pgsql module on newer GCCs.</title>
<updated>2019-05-09T11:06:57Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-05-09T11:02:57Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5610d70e4c14514e0e14be971fd0108c3ea3c1fb'/>
<id>urn:sha1:5610d70e4c14514e0e14be971fd0108c3ea3c1fb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix SQL modules using "provider" in &lt;database&gt; instead of "module".</title>
<updated>2018-09-27T11:51:53Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-09-27T11:51:53Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=36e701f4abfa6d8fc4f096be023a681a6b7cec2e'/>
<id>urn:sha1:36e701f4abfa6d8fc4f096be023a681a6b7cec2e</id>
<content type='text'>
This fixes a regression introduced in 97a1d642.
</content>
</entry>
<entry>
<title>Fix a few things that should be marked as override but aren't.</title>
<updated>2018-08-21T14:47:45Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-08-21T13:50:09Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=71c367f89f5384eb05cf191f63ed5094e90b46ad'/>
<id>urn:sha1:71c367f89f5384eb05cf191f63ed5094e90b46ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make more config stuff case insensitive.</title>
<updated>2018-07-24T20:55:10Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-07-24T17:29:43Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=97a1d6429a735eb279496df010d04e3f42aa4e22'/>
<id>urn:sha1:97a1d6429a735eb279496df010d04e3f42aa4e22</id>
<content type='text'>
</content>
</entry>
<entry>
<title>SQL: Add HasColumn() to check if a result contains a named column.</title>
<updated>2018-04-07T10:50:08Z</updated>
<author>
<name>Daniel Vassdal</name>
</author>
<published>2015-03-02T02:06:55Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d38f2ad213e875d40556116cba3230064eacb861'/>
<id>urn:sha1:d38f2ad213e875d40556116cba3230064eacb861</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve and modernize the SQL system API.</title>
<updated>2017-12-22T16:49:01Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-12-22T02:47:54Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b6f57c0f06f4905b04de6ec2069522d2263626c4'/>
<id>urn:sha1:b6f57c0f06f4905b04de6ec2069522d2263626c4</id>
<content type='text'>
- Move everything into the SQL namespace and drop the SQL prefix.
- Move SQLProvider::PopulateUserInfo to SQL::PopulateUserInfo.
- Rename SQLEntry to SQL::Field and clean up.
- Rename SQLEntries to SQL::Row.
- Rename SQLerror to SQL::Error and clean up.
- Rename SQLerrorNum to SQL::ErrorCode and drop the SQL_ prefix.
- Rename ParamL to SQL::ParamList.
- Rename ParamM to SQL::ParamMap;
- Make implementing SQLQuery::OnError mandatory.
- Redo most of the documentation in the sql header.
</content>
</entry>
<entry>
<title>Add the override keyword in places that it is missing.</title>
<updated>2017-11-21T15:51:45Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-11-21T13:05:17Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=91e0af0fc4889f20d2f63426f8fe379674fc0393'/>
<id>urn:sha1:91e0af0fc4889f20d2f63426f8fe379674fc0393</id>
<content type='text'>
GCCs warnings for this are much better than Clangs.
</content>
</entry>
</feed>
