GithubHelp home page GithubHelp logo

staniek / kexi Goto Github PK

View Code? Open in Web Editor NEW
6.0 6.0 1.0 0 B

Note: We're not using GitHub for development. This repo only exists to track a number of issues connected to https://www.bountysource.com/teams/kexi. For github mirror of KEXI visit https://github.com/kde/kexi. For development wiki visit https://community.kde.org/Kexi, you can find real git repo there, project management web site and more...

Home Page: https://community.kde.org/Kexi

Shell 0.10% C++ 89.82% C 1.58% Objective-C 1.86% Python 0.71% CSS 0.03% Perl 0.19% Ruby 0.05% Java 0.01% Visual Basic 0.01% JavaScript 0.06% MATLAB 0.01% XSLT 0.02% CMake 1.75% QML 1.38% QMake 0.01% HTML 2.11% PLpgSQL 0.23% GLSL 0.01% Batchfile 0.07%

kexi's People

Contributors

staniek avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

woylaski

kexi's Issues

Add support for grouping and aggregation functions like sum(), count() in queries [$50]

Grouping and aggregation is a key feature for user applications. Currently Kexi refuses functions like SUM(), COUNT(), etc.

Example: http://www.jegsworks.com/lessons/databases/tablesqueries/query-sumofcost-byagent-design.gif

KDE bug: https://bugs.kde.org/show_bug.cgi?id=195360
KDE Issue: https://invent.kde.org/office/kexi/-/issues/90

This wish has 40 votes there.


There is a $50 open bounty on this issue. Add to the bounty at Bountysource.

Add support for native SQL statements in queries

It would help to add support for native SQL statements to Kexi. Assuming user knows what she's doing, any SQL query, of any type, would be sent intact to the backend.

Details at: https://bugs.kde.org/show_bug.cgi?id=298149

The native query would be visually differentiated in special way, e.g. via different icon. It could be also possible to indicate type of query using some heuristics (but without 100% of certainty).

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/26189504-add-support-for-native-sql-statements-in-queries?utm_campaign=plugin&utm_content=tracker%2F3324917&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F3324917&utm_medium=issues&utm_source=github).

Add support for importing native SQLite 3 databases

Many applications store their data in a SQLite3 database file. However Kexi requires the file to be created with Kexi. Moreover it does not accept importing the 3rd-party SQLite files.

An import option is a minimum what's needed.

Being able to import any SQLite3 file, Kexi can be used to further analyzing, editing and processing the data.

Example apps that use SQLite: Digikam, Kanboard. More at http://www.sqlite.org/famous.html.
Many programming languages have access to creation SQLite database files: Python, Ruby, Perl... not counting C/C++.

Requirements:

  • Standard Kexi Migration plugin should be created, so schema and/or data is imported
  • Data types should be preserved as much as possible. If unsure, fallback to long text.

Development plan:

  • Research, design the architecture and functionality
  • Test cases generation
  • Implementation
  • Verification using test cases

KDE bug: https://bugs.kde.org/show_bug.cgi?id=125843
This wish has 21 votes there during the last 8 years.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/3560958-add-support-for-importing-native-sqlite-3-databases?utm_campaign=plugin&utm_content=tracker%2F3324917&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F3324917&utm_medium=issues&utm_source=github).

Add support for alter table's design without losing data

It should be possible to modify the table's design without losing all it's data.

This feature is of top importance for Kexi.

Designing, implementing and maintaining this feature requires large investment, approximately 5 man-months. It involves writing unit and functional tests and caring about specifics of SQLite, PostgreSQL, and MySQL.

KDE Design page: http://community.kde.org/Kexi/Plugins/Tables/Simple_alter_table
KDE Bug: https://bugs.kde.org/show_bug.cgi?id=125253

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/2714614-add-support-for-alter-table-s-design-without-losing-data?utm_campaign=plugin&utm_content=tracker%2F3324917&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F3324917&utm_medium=issues&utm_source=github).

Add command line (CLI) support for exporting Kexi Reports

KDE wish #: https://bugs.kde.org/351150
Design: https://community.kde.org/Kexi/Plugins/Reports/CLI_Export

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/25594791-add-command-line-cli-support-for-exporting-kexi-reports?utm_campaign=plugin&utm_content=tracker%2F3324917&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F3324917&utm_medium=issues&utm_source=github).

Upgrade MDB files support add support for importing primary keys [$20 awarded]

Primary keys are ignored. Kexi should carefully merge changes from newer mdbtools to address this.

KDE Bugs:

--- The **[$20 bounty](https://www.bountysource.com/issues/3484370-upgrade-mdb-files-support-add-support-for-importing-primary-keys?utm_campaign=plugin&utm_content=tracker%2F3324917&utm_medium=issues&utm_source=github)** on this issue has been claimed at [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F3324917&utm_medium=issues&utm_source=github).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.