Introducing Oracle SQL Developer for VS Code

Поделиться
HTML-код
  • Опубликовано: 25 янв 2025

Комментарии • 20

  • @GaryEckhardt
    @GaryEckhardt 11 месяцев назад +2

    I literally just learned about this editor from a colleague yesterday, and now there's a SQL Developer module for it?!

  • @CarlosMacielGtz
    @CarlosMacielGtz 11 месяцев назад +4

    This is a much needed addition to VS Code! Thanks!

  • @LuisAgudelo-im9wr
    @LuisAgudelo-im9wr 9 месяцев назад +1

    I'm so happy to have this extension

  • @connorfitzgerald640
    @connorfitzgerald640 3 месяца назад

    I'm really happy with the VSCode add-in, however it seems to be magnitudes slower than PLSQL. Am I doing something wrong, or is this just by design?

  • @eric000
    @eric000 11 месяцев назад +2

    Useful 👍👍

  • @AcadianaArchives
    @AcadianaArchives 11 месяцев назад

    can we add an object finder and the ability to compile from GitHub objects as if they were opened from the DB?

    • @JeffSmiththat
      @JeffSmiththat 11 месяцев назад +2

      Both features are on the list!

  • @BenHammond
    @BenHammond 11 месяцев назад

    Is this different from, or an updated version of, the Oracle SQL VS Code extension that already exists?

    • @JeffSmiththat
      @JeffSmiththat 11 месяцев назад +1

      Yes, completely different, this one is from the sql developer team...and is the eventual replacement (for Oracle SQL Developer desktop)

  • @FillipePalmeroFritsch
    @FillipePalmeroFritsch 6 месяцев назад

    how can i commit changes? didnt find it

  • @arfatkhan8337
    @arfatkhan8337 Месяц назад

    Awesome 😎👍

  • @jjeffersonpereira
    @jjeffersonpereira 11 месяцев назад +4

    Installing in 3...2...1

  • @marco.__-.-__4711
    @marco.__-.-__4711 10 месяцев назад

    How can I edit and update values from query result view without writing update statements?

    • @JeffSmiththat
      @JeffSmiththat 10 месяцев назад

      The query results aren't editable, that's what the INSERT, UPDATE, DELETE commands are for. You can however browse and edit your VIEWs and TABLEs directly, using the grids.

    • @marco.__-.-__4711
      @marco.__-.-__4711 10 месяцев назад

      @@JeffSmiththat Is it possible to display results from select Statement in grid view directly?
      I want to manipulate data records using select rowid, t.* from table_name t where ...
      Using grid with from sidebar makes using filters (where conditions) very inconvenient because it takes to much time to filter in that view with UI elements.

    • @JeffSmiththat
      @JeffSmiththat 10 месяцев назад

      @@marco.__-.-__4711 display yes, "edit," no.

  • @kvelez
    @kvelez 8 месяцев назад +1

    Excellent.