Results 1 to 1 of 1

Thread: Code Quality Comparison of Firebird, MySQL, and PostgreSQL

  1. #1
    Join Date
    Nov 2017
    Posts
    1

    Post Code Quality Comparison of Firebird, MySQL, and PostgreSQL

    image7.png

    Firebird, MySQL, and PostgreSQL are probably the most famous representatives of DBMS. Naturally, these projects often are compared with each other - by functionality, usability, etc. We have decided to perform our own code quality comparison of these projects.

    The article gives a review of bugs, detected using PVS-Studio static code analyzer. A 'direct' approach of comparing by the number of warnings in this case is badly applicable, so you have to find other ways to compare. For example, you can analyze projects for potential vulnerabilities, as well as to see which of the most interesting errors will be found. By undertaking such a review, you can estimate, which code is better, and find out who will emerge victorious from this battle.

    Read more - *** Link removed by Staff so it doesn't look like you're spamming us. ***
    Last edited by SpywareDr; 11-30-2017 at 09:56 AM.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •