summaryrefslogtreecommitdiffstats
path: root/mysqlc
Commit message (Collapse)AuthorAgeFilesLines
* Translate German comment.Michael Meeks2014-09-172-33/+3
| | | | Change-Id: I3d452ac218005b40568ec116ede9962cc1e60a18
* fdo#83656 mariadb C client library incompatible with newer MySQL Connector/C++Lionel Elie Mamane2014-09-091-3/+7
| | | | Change-Id: I0d9cc98070c0b9379b1fd828ac65c2d32f83a93f
* update mysqlc READMELionel Elie Mamane2014-08-111-26/+41
| | | | Change-Id: I832c31d760d4cc0cb7fcb0c5dfef7b06010d7a3a
* mysqlc: sal_Bool -> boolStephan Bergmann2014-07-0211-170/+170
| | | | Change-Id: Ie479e1671b03fbb958886d4c01ecff41b2ad1d23
* deb#749592 mysql-connector doesn't work with remote connectionsNoel Grandin2014-05-301-2/+2
| | | | | | | | | | | | | | | | and also fdo#77584 mysql-connector doesn't work over SSH tunnel Not sure exactly how this got broken, I suspect that the UI code has started unconditionally passing down the properties, just filling them with empty spaces for the unused ones. Anyhow, this appears to fix the problem. Change-Id: I7ac2a0d6bae610f47d2a28daa9beb3ef0e2dbb52 Reviewed-on: https://gerrit.libreoffice.org/9565 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* use OUString::startsWith()Noel Grandin2014-05-292-2/+2
| | | | Change-Id: I0fc77b50792e48be175ab7cc151509e097676849
* remove more unnecesary OUString constructor useNoel Grandin2014-05-292-5/+5
| | | | | | when throwing exceptions Change-Id: I6edfb6b6745499f802b0e3c0e096a36fb7c32aac
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet2014-05-232-6/+6
| | | | Change-Id: If87cdfb2c605254f6d69baa4ca5aec09091caa68
* Kill DECL_PROP1IMPL and relatedJulien Nabet2014-05-113-30/+18
| | | | | | See http://nabble.documentfoundation.org/About-removing-macros-td4106620.html Change-Id: Ib934eb3f27b656b5b2f8488c2103e8eee73f9623
* simplify ternary conditions "xxx ? true : yyy"Noel Grandin2014-05-061-1/+1
| | | | | | | | | Look for code like: xxx ? true : yyy; Which can be simplified to: xxx || yyy Change-Id: Ib7ca86580bfd0cf04674328a3c0cf3747de4758d
* fixincludeguards.sh: some smaller dirsThomas Arnhold2014-04-1911-31/+31
| | | | Change-Id: Ic25bd678dc299627299b22145efd7bebcf2b39d0
* Do not use sal/log.hxx in extensionsStephan Bergmann2014-04-071-1/+0
| | | | | | | | | | "For now, this functionality should only be used internally within LibreOffice. It may change again in a future version." (sal/log.hxx) And the condition that was checked already causes a RuntimeException, so was somewhat redundant anyway. Thanks to mstahl for spotting this. Change-Id: I51cc4e75b3d3ffc97943613c61cb93c1fb48e59b
* fdo#43157 : clean up more OSL_POSTCONDMichaël Lefèvre2014-04-041-1/+1
| | | | | | | Change-Id: Iaca31b4e12c258b762b3d88fbad0fb08b4f1fc16 Reviewed-on: https://gerrit.libreoffice.org/8832 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-267-355/+355
| | | | | | | ...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: I71fa20213e86be10de332ece0aa273239df7b61a
* normalize values of BUNDLE_MARIADBMichael Stahl2014-03-112-3/+2
| | | | Change-Id: I993640f5d4042a75f64fbdd9a6f1e4157a72f909
* fdo#54938: Convert some places to use cppu::supportsServiceMarcos Paulo de Souza2014-03-042-4/+0
| | | | | | | | | The last cases are non obvious, so it's pratically done Change-Id: Icae1da8e238f516eaed0f7fbdf96fff778eac547 Reviewed-on: https://gerrit.libreoffice.org/8445 Reviewed-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> Tested-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-2614-692/+692
| | | | Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
* Remove visual noise from mysqlcAlexander Wilms2014-02-266-14/+14
| | | | | | | Change-Id: I5ee918bb193ea887e728e271dd4c0fb49a4dd6e9 Reviewed-on: https://gerrit.libreoffice.org/8282 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* Remove unneccessary commentsAlexander Wilms2014-02-235-6/+6
| | | | | | | Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb Reviewed-on: https://gerrit.libreoffice.org/8182 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* normalize values of SYSTEM_PYTHON, SYSTEM_MYSQL_CPPCONNMichael Stahl2014-02-122-3/+3
| | | | Change-Id: I8932febdd39c35f23fb3a89703b69e25302f5678
* Do not disable -Werror for mysqlcStephan Bergmann2014-02-031-2/+0
| | | | Change-Id: Ie65e31e138262475f41cd56d8da8c39cdd8836b9
* auto_ptr -> heap_ptrStephan Bergmann2014-02-031-2/+3
| | | | Change-Id: I1b11593fc936c0a4b45c319fd73ef3b629950752
* auto_ptr -> scoped_ptrStephan Bergmann2014-02-031-13/+14
| | | | Change-Id: I878aae330a3b1658c8bca83bd8a1126d2a8d26b6
* USE_CPP_CONN is unusedStephan Bergmann2014-02-031-2/+0
| | | | | | | ...ever since 4946c62f2943dfb3466cc4214a9c8ccd922669b5 "mysqlconnector: initial import from CWS mysqlnative" Change-Id: I787d2ac5e48be307f47e41ecac907c36b07a92ea
* Get rid of macrosStephan Bergmann2014-02-039-31/+95
| | | | Change-Id: Ic43441201309c3b466ed3dc7a5e85d0d006c0e44
* Fix typosStephan Bergmann2014-02-031-3/+4
| | | | Change-Id: I0314d439412e9fcc0fbc6a7702e5ec3cddafc0c5
* fdo#54938 Convert basctl, mysqlc, sdext, svgio, writerp. to cppu::supportsSer.Alexandre Vicenzi2014-02-023-157/+30
| | | | | | | | Change-Id: I60128dbb5bf83f25eea847fe655d7126c9077414 Reviewed-on: https://gerrit.libreoffice.org/7756 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Marcos Souza <marcos.souza.org@gmail.com> Tested-by: Marcos Souza <marcos.souza.org@gmail.com>
* typo fixesAndras Timar2013-12-201-1/+1
| | | | Change-Id: Ia5f104bfd707bcf4e159c78ca2764c861fb0b6d9
* Keep using component_getImplementationEnvironment in extensionsStephan Bergmann2013-12-171-0/+7
| | | | | | | | | ...instead of relying on the implicit CPPU_CURRENT_LANGUAGE_BINDING_NAME convention. Keeping that convention an implementation detail makes it easier to do improvements in the future. (Theoretically, the bundled extension in mysqlc could be considered internal code and not adapted, but just be safe.) Change-Id: Iae41a6e072dabc2bf7c1481ba6cfed61680edf37
* Remove unnecessary use of OUString constructor in + expressionsNoel Grandin2013-12-171-2/+2
| | | | | | | | | Convert code like aFilename = OUString::number(nFilePostfixCount) + OUString(".bmp"); to aFilename = OUString::number(nFilePostfixCount) + ".bmp"; Change-Id: I03f513ad1c8ec8846b2afbdc67ab12525ed07e50
* Drop duplicate #includeTakeshi Abe2013-12-101-2/+0
| | | | Change-Id: Ib8969d5cd4898b81a5dcd90dc313abd28adfe052
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-191-2/+2
| | | | | | | | | change code like aStr = OUString("xxxx"); to aStr = "xxxx"; Change-Id: Ib981a5cc735677ec5dba76ef9279a107d22e99d4
* remove unnecessary sal_Unicode casts in various placesNoel Grandin2013-11-142-2/+2
| | | | Change-Id: Ibf04062ca86ed866202d748c3b62a210d30ed6ec
* convert OUString !compareToAscii to equalsAsciiNoel Grandin2013-11-111-6/+6
| | | | | | | | | | Convert code like if( ! aStr.compareToAscii("XXX") ) to if( aStr.equalsAscii("XXX") ) which is both clearer and faster. Change-Id: I267511bccab52f5225b291acbfa4e388b5a5302b
* remove unnecessary use of OUString constructorNoel Grandin2013-11-111-2/+2
| | | | Change-Id: Ifb220af71857ddacd64e8204fb6d3e4aad8eef71
* gbuild: fix gb_Extension_use_default_descriptionMichael Stahl2013-11-041-1/+1
| | | | | | | Passing a target local variable like $(LOCATION) to gb_Extension_add_file does not result in an actual dependency on the file. Change-Id: Ide77ab81f19877267056bf8e50d69c9cfedcda79
* fdo#70496 revert to using libmysqlclientLionel Elie Mamane2013-10-194-1/+34
| | | | Change-Id: I5b98b5e7840e4f1c6005aee0c1f43ef814ecf77b
* cleanupThomas Arnhold2013-10-161-4/+0
| | | | Change-Id: I7bfd221f89718ba8634417c93a26b3a199178694
* Extension shared library components must not use the "prefix" featureStephan Bergmann2013-10-112-2/+2
| | | | | | | | | | | | | | | | ...at least no non-bundled ones, see 9dfcee9266c9769153444cdcd4ab0e6e636c3eb6 "Not being able to honor a 'prefix' is a rather hard error" and the description there how that can lead to a crash when using mysql-connector-ooo.oxt: "'rm -rf instdir/*/share/extensions/mysql-connector-ooo', 'instdir/*/program/soffice workdir/*/Extension/mysql-connector.oxt', install the [extension] per-user, then 'File - New - Database - Connect to an existing database: MySQL - Next >> - Connect directly - Next >> - Database name: foo - Server / Port - Server: bar - Next >> - Test Connection', crash." This is a partial revert of cd79d51420b90117d0f3e1d5f3cdf9187bd61b88 "prefix all component_getFactory methods." Change-Id: Ia7a6272eb0597e3b3bbf4ab333174b3232448539
* Update mysqlc's ColumnLocate::findColumn to throw for invalid column.Andrzej J.R. Hunt2013-09-121-1/+7
| | | | | | | | | (This is to comply with the updated API specification.) Change-Id: I4542fecc78a6e64011276dafc72c31d5533af1ab Reviewed-on: https://gerrit.libreoffice.org/5923 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
* ENABLE_MARIADBC Harmonize ENABLE_* variable to TRUE/<nothing>Norbert Thiebaud2013-08-301-1/+1
| | | | Change-Id: Icd6f385a8c9fcb67d2e448580e66ab97f63a99a6
* remove OUString wrap for string literalsThomas Arnhold2013-06-292-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For some functions and all kinds of Exceptions. CannotConvertException CloseVetoException DisposedException EmptyUndoStackException ErrorCodeIOException Exception GridInvalidDataException GridInvalidModelException IOException IllegalAccessException IllegalArgumentException IllegalTypeException IndexOutOfBoundsException NoMasterException NoSuchElementException NoSupportException PropertyVetoException RuntimeException SAXException ScannerException StorageWrappedTargetException UnsupportedFlavorException VetoException WrappedTargetException ZipIOException throwGenericSQLException throwIllegallArgumentException createInstance createInstanceWithContext forName getByName getPackageManager getPropertyValue getUnpackedValueOrDefault getValueByName hasPropertyByName openKey setName setPropertyValue supportsService bash command: for i in `cat list`; do git grep "$i\s*(\s*OUString(\s*\"" -- '*.[hc]xx' | cut -d ':' -f1 | sort -u | xargs sed -i -e "s/\(\<$i\s*(\)\s*OUString(\s*\(\"[^\")\\]*\"\)\s*)\s*/\1\2/g" -e "s/\($i.*\)\"+ /\1\" + /g"; done Change-Id: Iaf8e641b0abf28c082906014f87a183517630535 Reviewed-on: https://gerrit.libreoffice.org/4624 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
* Some more toInt32 clean upStephan Bergmann2013-06-141-6/+6
| | | | Change-Id: I4f7911cb283d67e7c7b883d629b39588e96f32c2
* re-base on ALv2 code. Includes:Michael Meeks2013-06-032-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches contributed by Mathias Bauer gnumake4 work variously http://svn.apache.org/viewvc?view=revision&revision=1394707 http://svn.apache.org/viewvc?view=revision&revision=1394326 http://svn.apache.org/viewvc?view=revision&revision=1397337 http://svn.apache.org/viewvc?view=revision&revision=1397315 http://svn.apache.org/viewvc?view=revision&revision=1396797 Patches contributed by Andre Fischer Fixed getcsym.awk to handle #-comments that contain special regexp chars. http://svn.apache.org/viewvc?view=revision&revision=1230971 118778: Added ADDITIONAL_REPOSITORIES environment variable and its automatic setup in configure. http://svn.apache.org/viewvc?view=revision&revision=1232004 118160: Added external CoinMP library. http://svn.apache.org/viewvc?view=revision&revision=1233909 Patches contributed by Herbert Duerr #i119168# use generic LICENSE file for langpacks and sdks http://svn.apache.org/viewvc?view=revision&revision=1310178 macosxotoolhelper: need to quote perl regexp if it may contain regexp metachars http://svn.apache.org/viewvc?view=revision&revision=1183367 allow gbuild with empty sysroot on linux http://svn.apache.org/viewvc?view=revision&revision=1179186 Patches contributed by Ingo Schmidt native373: #164472# improvements for msi database http://svn.apache.org/viewvc?view=revision&revision=1167540 http://svn.apache.org/viewvc?view=revision&revision=1167539 Patches contributed by Jurgen Schmidt adapt setup package scripts to handle special DS_Store file for developer snapshot builds http://svn.apache.org/viewvc?view=revision&revision=1232430 imported patch extensions_i117681.patch http://svn.apache.org/viewvc?view=revision&revision=1172102 Patches contributed by Michael Stahl gbuild: RepositoryFixes.mk should be optional http://svn.apache.org/viewvc?view=revision&revision=1166123 xslt filter: remove the FLA horror wordml import filter: replace FLA usage with plain XSLT http://svn.apache.org/viewvc?view=revision&revision=1363727 Patch contributed by Oliver-Rainer Wittmann i#88652: applied patch, remove unicows deps http://svn.apache.org/viewvc?view=revision&revision=1177585 Remove lots of OS2 conditionals, re-extract Rhino Java, unwind cppunit pieces, cleanup Mac image bits, remove coin-mp and re-package lpsolve, Oxygen & Crystal, fixup qstart bits, expand MPLv2 subset checking. Change-Id: Iad5c8a76399620b892671633c0d8c29996db3564
* initialized with plain 0, instead of sal_False/falseTakeshi Abe2013-05-141-1/+1
| | | | Change-Id: I2df1bd52293c4423de5ac4c41f9392be1e8d2ccf
* Remove any remaining remnants of unused component_canUnload featureStephan Bergmann2013-04-191-1/+1
| | | | Change-Id: I635fd006b5ba9f5fb0091748ee2ff9bc3c1a2d2a
* prefix all component_getFactory methodsPeter Foley2013-04-152-2/+2
| | | | Change-Id: I954176fdab9103125444dd2fb397673406f7aff9
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-0719-88/+72
| | | | | | | | Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
* removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold2013-03-193-4/+4
| | | | | | | | | s/(OUString\s+[a-zA-Z_][A-Za-z0-9_]*\s*)\(\s*RTL_CONSTASCII_USTRINGPARAM\s*\((\s*"[^")]*?"\s*)\)\s*\)/$1\($2\)/gms Change-Id: Iad20f242c80c4bdc69df17e2d7a69d58ea53654b Reviewed-on: https://gerrit.libreoffice.org/2835 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-193-23/+23
| | | | | | | | | | | Done with a perl regex: s/OUString\s*\(\s*RTL_CONSTASCII_USTRINGPARAM\s*\((\s*"[^")]*?"\s*)\)\s*\)/OUString\($1\)/gms Change-Id: Idf28320817cdcbea6d0f7ec06a9bf51bd2c3b3ec Reviewed-on: https://gerrit.libreoffice.org/2832 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>