Git Product home page Git Product logo

qtejdb's People

Contributors

markusmarx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

qtejdb's Issues

Fix Reference Error in qtejdb classes

e.g.:

QEjdbDatabase &QEjdbDatabase::operator=(const QEjdbDatabase &other)
{
    if (d) {
        qAtomicAssign<QEjdbDatabasePrivate>(d, other.d);
    } else {
        d = other.d;
        d->ref.ref();
    }
    return *this;
}

Implement QtQuick Plugin

  • Cleanup QEjdbClient, implemtent private class
  • Update documentation
  • How to describe a QMLClass?

Unable to checkout 3rdparty sub-module

Hi,

I getting error when I try to checkout the repo.

$ git clone --recursive https://github.com/markusmarx/qtejdb.git
Cloning into 'qtejdb'...
remote: Counting objects: 455, done.
remote: Compressing objects: 100% (210/210), done.
remote: Total 455 (delta 228), reused 455 (delta 228)
Receiving objects: 100% (455/455), 536.76 KiB | 101.00 KiB/s, done.
Resolving deltas: 100% (228/228), done.
Checking connectivity... done.
Submodule '3rdparty/ejdb' (https://github.com/markusmarx/ejdb.git) registered for path '3rdparty/ejdb'
Submodule '3rdparty/qtargparser' (https://github.com/markusmarx/qtargparser) registered for path '3rdparty/qtargparser'
Cloning into '3rdparty/ejdb'...
remote: Counting objects: 7804, done.
remote: Compressing objects: 100% (4/4), done.
remote: Total 7804 (delta 1), reused 1 (delta 1)
Receiving objects: 100% (7804/7804), 7.12 MiB | 291.00 KiB/s, done.
Resolving deltas: 100% (4155/4155), done.
Checking connectivity... done.
fatal: reference is not a tree: 1449cbb666339c2d80a1c0bc6a12cd5df94bf55b
Cloning into '3rdparty/qtargparser'...
remote: Counting objects: 82, done.
remote: Compressing objects: 100% (53/53), done.
remote: Total 82 (delta 18), reused 78 (delta 17)
Unpacking objects: 100% (82/82), done.
Checking connectivity... done.
Submodule path '3rdparty/qtargparser': checked out '2dff7c33a50a5baea4a2618744a92a3b8f202257'
Unable to checkout '1449cbb666339c2d80a1c0bc6a12cd5df94bf55b' in submodule path '3rdparty/ejdb'

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.